We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc339b5 commit 46a5662Copy full SHA for 46a5662
.github/workflows/deploy.yml
@@ -40,7 +40,7 @@ jobs:
40
run: mkdir -p wheelhouse && pip wheel -w wheelhouse .
41
- name: Upload to PyPI
42
run: |
43
- python -m twine upload dist/*.tar.gz && python -m twine upload wheelhouse/*.whl
+ python -m twine upload dist/*.tar.gz && python -m twine upload wheelhouse/pshmem*.whl
44
45
46
# jobs:
0 commit comments