We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3292863 commit 0f76808Copy full SHA for 0f76808
.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