Skip to content

Commit

Permalink
bump cibuildwheel to 2.17 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Mar 24, 2024
1 parent adbbe6d commit fdf665f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build wheels
uses: pypa/cibuildwheel@v2.14.1
uses: pypa/cibuildwheel@v2.17
env:
CIBW_ARCHS: all
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
Expand Down

0 comments on commit fdf665f

Please sign in to comment.