Skip to content

Commit

Permalink
install only whl
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Mar 17, 2024
1 parent 8967404 commit 82dac71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install package (optional)
run: |
pip install --upgrade dist/*
pip install --upgrade dist/*.whl
- name: Upload to PyPI
if: github.event_name == 'release'
Expand Down

0 comments on commit 82dac71

Please sign in to comment.