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 4bcf563 + 96eb087 commit f9cc80aCopy full SHA for f9cc80a
‎.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