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 b60324b commit 5851966Copy full SHA for 5851966
.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
33
TWINE_USERNAME: __token__
34
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
35
run: |
36
- python setup.py sdist bdist_wheel
+ python -m build
37
ls ./dist/*.whl
38
twine upload dist/*.gz
39
twine upload dist/*.whl
0 commit comments