Skip to content

Commit 8d9ff0d

Browse files
Bump pypa/cibuildwheel to 2.23.3
1 parent 6864d79 commit 8d9ff0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
run: echo "sdist_name=$(cd ./dist && ls -d */)" >> "$GITHUB_ENV"
147147

148148
- name: Build wheels
149-
uses: pypa/cibuildwheel@v2.21.3
149+
uses: pypa/cibuildwheel@v2.23.3
150150
with:
151151
package-dir: ./dist/${{ startsWith(matrix.buildplat[1], 'macosx') && env.sdist_name || needs.build_sdist.outputs.sdist_file }}
152152
env:

0 commit comments

Comments
 (0)