We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c596d3a commit 6479022Copy full SHA for 6479022
.github/workflows/release.yml
@@ -33,5 +33,5 @@ jobs:
33
TWINE_USERNAME: __token__
34
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
35
run: |
36
- python setup.py sdist bdist_wheel
+ python3 -m build --sdist --wheel .
37
twine upload dist/*
0 commit comments