Skip to content

Commit 1b89c49

Browse files
authored
Update publish workflow to use python -m build (#115)
1 parent 0f76808 commit 1b89c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install -U setuptools wheel twine
30+
pip install -U setuptools wheel twine build
3131
- name: Build and publish
3232
env:
3333
TWINE_USERNAME: __token__

0 commit comments

Comments
 (0)