Skip to content

Commit

Permalink
Merge pull request #159 from mwcraig/πŸ™„
Browse files Browse the repository at this point in the history
Fix directory name for wheels
  • Loading branch information
mwcraig committed Jun 1, 2021
2 parents 4bcf563 + 96eb087 commit f9cc80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_UPLOAD_TOKEN }}
run: |
twine upload wheelhouse/vpython-*-manylinux*.whl
twine upload dist/vpython-*-manylinux*.whl
sdist:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f9cc80a

Please sign in to comment.