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 4f328f0 commit 97c4ce3Copy full SHA for 97c4ce3
.github/workflows/wheels.yml
@@ -156,7 +156,7 @@ jobs:
156
run: echo "sdist_name=$(cd ./dist && ls -d */)" >> "$GITHUB_ENV"
157
158
- name: Build wheels
159
- uses: pypa/cibuildwheel@v2.20.0
+ uses: pypa/cibuildwheel@v2.21.0
160
with:
161
package-dir: ./dist/${{ startsWith(matrix.buildplat[1], 'macosx') && env.sdist_name || needs.build_sdist.outputs.sdist_file }}
162
env:
0 commit comments