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.
1 parent 594889e commit 37f0532Copy full SHA for 37f0532
.github/workflows/wheels.yml
@@ -160,7 +160,7 @@ jobs:
160
run: echo "sdist_name=$(cd ./dist && ls -d */)" >> "$GITHUB_ENV"
161
162
- name: Build wheels
163
- uses: pypa/cibuildwheel@v3.1.3
+ uses: pypa/cibuildwheel@v3.1.4
164
with:
165
package-dir: ./dist/${{ startsWith(matrix.buildplat[1], 'macosx') && env.sdist_name || needs.build_sdist.outputs.sdist_file }}
166
env:
0 commit comments