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 76614e5 commit 8136c33Copy full SHA for 8136c33
.github/workflows/python_publish_linux.yml
@@ -35,7 +35,5 @@ jobs:
35
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
36
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
37
run: |
38
- python setup.py sdist bdist_wheel
39
- twine upload dist/*.gz
40
twine upload wheelhouse/*manylinux*
41
0 commit comments