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 0ed9982 commit c7d0aa8Copy full SHA for c7d0aa8
.github/workflows/wheels.yml
@@ -140,7 +140,7 @@ jobs:
140
run: echo "sdist_name=$(cd ./dist && ls -d */)" >> "$GITHUB_ENV"
141
142
- name: Build wheels
143
- uses: pypa/cibuildwheel@v2.17.0
+ uses: pypa/cibuildwheel@v2.19.2
144
with:
145
package-dir: ./dist/${{ startsWith(matrix.buildplat[1], 'macosx') && env.sdist_name || needs.build_sdist.outputs.sdist_file }}
146
env:
0 commit comments