Skip to content

Commit 3f49068

Browse files
authored
Use modern build system
1 parent f3e8ffd commit 3f49068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
3030
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3131
run: |
32-
python setup.py sdist bdist_wheel
32+
python -m build
3333
twine upload dist/*

0 commit comments

Comments
 (0)