Skip to content

Commit

Permalink
build: update build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jun 27, 2024
1 parent 02b10d6 commit b7fa3ae
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 @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: Build wheels
uses: pypa/cibuildwheel@v2.12.1
uses: pypa/cibuildwheel@v2.19.1

- 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 @@
1.0.2
- build: update build pipeline
1.0.1
- build: trigger builds with numpy 2
1.0.0
Expand Down

0 comments on commit b7fa3ae

Please sign in to comment.