Skip to content

Commit e482780

Browse files
committed
Only upload vpython wheels
1 parent 06d6b70 commit e482780

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)