Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 1bd443c

Browse files
Merge pull request #484 from SpM-lab/dependabot/github_actions/pypa/cibuildwheel-3.3.0
Bump pypa/cibuildwheel from 3.2.1 to 3.3.0
2 parents 4e761cb + 9db4647 commit 1bd443c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI_PublishTestPyPI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
cd python
4242
python prepare_build.py
43-
- uses: pypa/cibuildwheel@v3.2.1
43+
- uses: pypa/cibuildwheel@v3.3.0
4444
env:
4545
CIBW_DEPENDENCY_VERSIONS: "latest"
4646
CIBW_BUILD_VERBOSITY: 1

.github/workflows/PublishPyPI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: |
8686
cd python
8787
python prepare_build.py
88-
- uses: pypa/cibuildwheel@v3.2.1
88+
- uses: pypa/cibuildwheel@v3.3.0
8989
env:
9090
CIBW_DEPENDENCY_VERSIONS: "latest"
9191
CIBW_BUILD_VERBOSITY: 1

0 commit comments

Comments
 (0)