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