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 0c8fe2d commit 1e360c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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 @@ -24,7 +24,7 @@ jobs:
- name: Build wheels
run: |
pip install wheel
python -m wheel --no-deps -w dist
python -m pip wheel --no-deps -w dist .
- name: publish
env:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.1.6
- maintenance release
0.1.5
- maintenance release
0.1.4
Expand Down

0 comments on commit 1e360c5

Please sign in to comment.