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