Skip to content

Commit

Permalink
Only upload our own project wheels.
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Jun 7, 2020
1 parent dc339b5 commit 46a5662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: mkdir -p wheelhouse && pip wheel -w wheelhouse .
- name: Upload to PyPI
run: |
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
# jobs:
Expand Down

0 comments on commit 46a5662

Please sign in to comment.