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 4bcf563 commit 96eb087Copy full SHA for 96eb087
.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-*-manylinux*.whl
+ twine upload dist/vpython-*-manylinux*.whl
68
69
sdist:
70
runs-on: ubuntu-latest
0 commit comments