Skip to content

Commit

Permalink
ci: bump cibuildwheel to 2.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Mar 6, 2024
1 parent 751179c commit 60cedd5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: docker/setup-qemu-action@v1

- name: Build wheels
uses: pypa/[email protected].2
uses: pypa/[email protected].5
# to supply options, put them in 'env', like:
env:
CIBW_ARCHS_LINUX: ${{matrix.arch}}
Expand Down
8 changes: 7 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
CHANGES
=======

* build: add pyproject.toml
3.3.0
-----

* feat: add \_\_contains\_\_ to CompressoArray

3.2.2
-----

* build: rmeove cpp file from version control
* build: switch to dynamically compiling pyx
* build: add pyproject.toml
* fix: add binding for top level functions
* build: update build for py312

Expand Down

0 comments on commit 60cedd5

Please sign in to comment.