Skip to content

Commit f9cc80a

Browse files
authored
Merge pull request #159 from mwcraig/🙄
Fix directory name for wheels
2 parents 4bcf563 + 96eb087 commit f9cc80a

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)