Skip to content

Commit 46a5662

Browse files
committed
Only upload our own project wheels.
1 parent dc339b5 commit 46a5662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: mkdir -p wheelhouse && pip wheel -w wheelhouse .
4141
- name: Upload to PyPI
4242
run: |
43-
python -m twine upload dist/*.tar.gz && python -m twine upload wheelhouse/*.whl
43+
python -m twine upload dist/*.tar.gz && python -m twine upload wheelhouse/pshmem*.whl
4444
4545
4646
# jobs:

0 commit comments

Comments
 (0)