We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8baab1b commit 4a7a23cCopy full SHA for 4a7a23c
.github/workflows/python-publish.yml
@@ -31,5 +31,5 @@ jobs:
31
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
32
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
33
run: |
34
- python setup.py sdist bdist_wheel
+ python -m build
35
twine upload dist/*
0 commit comments