Skip to content

Commit

Permalink
no deps for wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwoods2 committed Jul 20, 2024
1 parent bcd1202 commit a478ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build wheel
run: |
pip wheel . -w wheelhouse/
pip wheel --no-deps . -w wheelhouse/
- name: upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a478ce2

Please sign in to comment.