Skip to content

Commit 4bcf563

Browse files
authored
Merge pull request #158 from mwcraig/change-manylinxu-name
Update pattern for matching manylinux wheels
2 parents 8ecc2af + b1c0a37 commit 4bcf563

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-*-manylinux1_x86_64.whl
67+
twine upload wheelhouse/vpython-*-manylinux*.whl
6868
6969
sdist:
7070
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)