Skip to content

Commit

Permalink
feat: update cibuildwheel to build wheels on latest cython final rele…
Browse files Browse the repository at this point in the history
…ase (#1285)
  • Loading branch information
bdraco committed Oct 18, 2023
1 parent 1514712 commit e8c9083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -145,7 +145,7 @@ jobs:
fetch-depth: 0

- name: Build wheels
uses: pypa/cibuildwheel@v2.15.0
uses: pypa/cibuildwheel@v2.16.2
# to supply options, put them in 'env', like:
env:
CIBW_SKIP: cp36-*
Expand Down

0 comments on commit e8c9083

Please sign in to comment.