Skip to content

Commit 5beac39

Browse files
authored
Merge pull request #41 from Natooz/dependabot/github_actions/pypa/cibuildwheel-3.3.1
Bump pypa/cibuildwheel from 3.3.0 to 3.3.1
2 parents 732ea7b + 2a85ff4 commit 5beac39

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
submodules: recursive
4747

4848
- name: Build wheels
49-
uses: pypa/cibuildwheel@v3.3.0
49+
uses: pypa/cibuildwheel@v3.3.1
5050
env:
5151
CIBW_ENABLE: pypy
5252
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET='11.0'

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
submodules: recursive
4949

5050
- name: Build wheels
51-
uses: pypa/cibuildwheel@v3.3.0
51+
uses: pypa/cibuildwheel@v3.3.1
5252
env:
5353
CIBW_ENABLE: pypy
5454
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET='11.0'

0 commit comments

Comments
 (0)