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.
2 parents 06d6b70 + e482780 commit 0172e8fCopy full SHA for 0172e8f
.github/workflows/upload_pypi.yml
@@ -59,7 +59,7 @@ jobs:
59
TWINE_USERNAME: __token__
60
TWINE_PASSWORD: ${{ secrets.PYPI_UPLOAD_TOKEN }}
61
run: |
62
- twine upload wheelhouse/*-manylinux1_x86_64.whl
+ twine upload wheelhouse/vpython-*-manylinux1_x86_64.whl
63
64
sdist:
65
runs-on: ubuntu-latest
0 commit comments