Skip to content

Commit 37f11de

Browse files
authored
Merge branch 'master' into dependabot/github_actions/docker/setup-qemu-action-4
2 parents 8b74b71 + 43e8b11 commit 37f11de

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
python-version: "3.11"
8787

8888
- name: Build wheels with cibuildwheel
89-
uses: pypa/cibuildwheel@v3.4.0
89+
uses: pypa/cibuildwheel@v4.0.0
9090
with:
9191
output-dir: ${{ env.CIBW_OUTPUT_DIR }}
9292
package-dir: python/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
with:
162162
python-version: "3.11"
163163
- name: Build wheels with cibuildwheel
164-
uses: pypa/cibuildwheel@v3.4.0
164+
uses: pypa/cibuildwheel@v4.0.0
165165
with:
166166
output-dir: ${{ env.CIBW_OUTPUT_DIR }}
167167
package-dir: python/

0 commit comments

Comments
 (0)