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