Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 96eb087

Browse files
committedJun 1, 2021
Fix directory name for wheels
1 parent 4bcf563 commit 96eb087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/upload_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
TWINE_USERNAME: __token__
6565
TWINE_PASSWORD: ${{ secrets.PYPI_UPLOAD_TOKEN }}
6666
run: |
67-
twine upload wheelhouse/vpython-*-manylinux*.whl
67+
twine upload dist/vpython-*-manylinux*.whl
6868
6969
sdist:
7070
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)
Please sign in to comment.