We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11e8964 + 31c06c6 commit 8920caaCopy full SHA for 8920caa
.github/workflows/python-publish.yml
@@ -84,4 +84,5 @@ jobs:
84
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
85
run: |
86
python setup.py sdist
87
+ python -m build
88
twine upload dist/*
0 commit comments