Skip to content

Commit 4a7a23c

Browse files
authored
Update python-publish.yml
1 parent 8baab1b commit 4a7a23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
3232
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3333
run: |
34-
python setup.py sdist bdist_wheel
34+
python -m build
3535
twine upload dist/*

0 commit comments

Comments
 (0)