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 0f94243 commit 1645502Copy full SHA for 1645502
.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.18.1
+ uses: pypa/cibuildwheel@v2.19.1
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