We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e8ffd commit 3f49068Copy full SHA for 3f49068
.github/workflows/python-publish.yml
@@ -29,5 +29,5 @@ jobs:
29
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
30
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
31
run: |
32
- python setup.py sdist bdist_wheel
+ python -m build
33
twine upload dist/*
0 commit comments