Skip to content

Commit 0f76808

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
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)