Skip to content

Commit

Permalink
Update to latest cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 19, 2024
1 parent 387b660 commit 9cd6f6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
run: |
brew install gnu-sed libtool autoconf automake
- uses: pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
- uses: pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0
env:
CIBW_BUILD_VERBOSITY: 1
CIBW_BUILD: ${{ matrix.cibw_python }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
make test
- name: Test (debug build)
# XXX Re-enable 3.12 once we migrate to Cython 3
# XXX Enable 3.12 and 3.13 once we migrate to Cython 3
if: steps.release.outputs.version == 0 && matrix.python-version != '3.12' && matrix.python-version != '3.13'
run: |
make distclean && make debug && make test
Expand Down

0 comments on commit 9cd6f6e

Please sign in to comment.