Skip to content

Commit 6848bbc

Browse files
authored
Merge pull request #81 from Vizonex/dependabot/github_actions/pypa/cibuildwheel-3.2.0
Bump pypa/cibuildwheel from 3.1.4 to 3.2.0
2 parents 446c22e + f09675f commit 6848bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: ${{ inputs.prerelease-pythons }}
4040
run: echo "CIBW_ENABLE=cpython-prerelease" >> $GITHUB_ENV
4141
- name: Build wheels
42-
uses: pypa/cibuildwheel@v3.1.4
42+
uses: pypa/cibuildwheel@v3.2.0
4343
with:
4444
output-dir: dist
4545

0 commit comments

Comments
 (0)