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 8ecc2af + b1c0a37 commit 4bcf563Copy full SHA for 4bcf563
.github/workflows/upload_pypi.yml
@@ -64,7 +64,7 @@ jobs:
64
TWINE_USERNAME: __token__
65
TWINE_PASSWORD: ${{ secrets.PYPI_UPLOAD_TOKEN }}
66
run: |
67
- twine upload wheelhouse/vpython-*-manylinux1_x86_64.whl
+ twine upload wheelhouse/vpython-*-manylinux*.whl
68
69
sdist:
70
runs-on: ubuntu-latest
0 commit comments