Skip to content

Commit

Permalink
Remove cibuildwheel version pin
Browse files Browse the repository at this point in the history
  • Loading branch information
mducle committed Apr 24, 2024
1 parent 56816f1 commit 9e435dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
path: gists
key: ${{ runner.os }}-gists
fail-on-cache-miss: true
- uses: pypa/cibuildwheel@v2.12.0
- uses: pypa/cibuildwheel
env:
CIBW_BUILD: ${{ env.CIBW }}
CIBW_ENVIRONMENT: >-
Expand Down

0 comments on commit 9e435dc

Please sign in to comment.