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.
2 parents 8b74b71 + 43e8b11 commit 37f11deCopy full SHA for 37f11de
2 files changed
.github/workflows/publish-pypi.yml
@@ -86,7 +86,7 @@ jobs:
86
python-version: "3.11"
87
88
- name: Build wheels with cibuildwheel
89
- uses: pypa/cibuildwheel@v3.4.0
+ uses: pypa/cibuildwheel@v4.0.0
90
with:
91
output-dir: ${{ env.CIBW_OUTPUT_DIR }}
92
package-dir: python/
.github/workflows/release.yml
@@ -161,7 +161,7 @@ jobs:
161
162
163
164
165
166
167
0 commit comments