Skip to content

Commit 0172e8f

Browse files
authored
Merge pull request #54 from mwcraig/linux-wheel-sigh
Only upload vpython wheels
2 parents 06d6b70 + e482780 commit 0172e8f

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
@@ -59,7 +59,7 @@ jobs:
5959
TWINE_USERNAME: __token__
6060
TWINE_PASSWORD: ${{ secrets.PYPI_UPLOAD_TOKEN }}
6161
run: |
62-
twine upload wheelhouse/*-manylinux1_x86_64.whl
62+
twine upload wheelhouse/vpython-*-manylinux1_x86_64.whl
6363
6464
sdist:
6565
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)