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 8ecc2af commit b1c0a37Copy full SHA for b1c0a37
.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