We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pypa/cibuildwheel@v2.23.0
1 parent 6e61cf4 commit a66f59cCopy full SHA for a66f59c
.github/workflows/wheels.yml
@@ -153,7 +153,7 @@ jobs:
153
run: echo "sdist_name=$(cd ./dist && ls -d */)" >> "$GITHUB_ENV"
154
155
- name: Build wheels
156
- uses: pypa/cibuildwheel@v2.22.0
+ uses: pypa/cibuildwheel@v2.23.0
157
with:
158
package-dir: ./dist/${{ startsWith(matrix.buildplat[1], 'macosx') && env.sdist_name || needs.build_sdist.outputs.sdist_file }}
159
env:
0 commit comments