Skip to content

Commit 0f76808

Browse files
authored
Update publish workflow (#114)
1 parent 3292863 commit 0f76808

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
@@ -33,7 +33,7 @@ jobs:
3333
TWINE_USERNAME: __token__
3434
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3535
run: |
36-
python setup.py sdist bdist_wheel
36+
python -m build
3737
ls ./dist/*.whl
3838
twine upload dist/*.gz
3939
twine upload dist/*.whl

0 commit comments

Comments
 (0)