Skip to content

Commit

Permalink
ci: fix pypi builds
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Dec 26, 2023
1 parent 93da881 commit 58d95bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-python@v3

- name: Build wheels
run: python -m pip wheel --no-deps -w dist
run: python -m wheel --no-deps -w dist

- name: publish
env:
Expand Down

0 comments on commit 58d95bb

Please sign in to comment.