Skip to content

Commit 43e8b11

Browse files
authored
Merge pull request #314 from goToMain/dependabot/github_actions/pypa/cibuildwheel-4.0.0
CI: Bump pypa/cibuildwheel from 3.4.0 to 4.0.0
2 parents 14224ad + d63a297 commit 43e8b11

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)