Skip to content

Commit f9e4722

Browse files
Bump pypa/cibuildwheel from 3.0.0 to 3.0.1
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1bc3433 commit f9e4722

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/wheels.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
version: 12
8585

8686
- name: Build wheels for CPython 3.13
87-
uses: pypa/cibuildwheel@v3.0.0
87+
uses: pypa/cibuildwheel@v3.0.1
8888
env:
8989
CIBW_BUILD: "cp313t-* cp313-*"
9090
CIBW_ARCHS: ${{ matrix.cibw_archs }}
@@ -97,25 +97,25 @@ jobs:
9797
numpy scipy
9898
9999
- name: Build wheels for CPython 3.12
100-
uses: pypa/cibuildwheel@v3.0.0
100+
uses: pypa/cibuildwheel@v3.0.1
101101
env:
102102
CIBW_BUILD: "cp312-*"
103103
CIBW_ARCHS: ${{ matrix.cibw_archs }}
104104

105105
- name: Build wheels for CPython 3.11
106-
uses: pypa/cibuildwheel@v3.0.0
106+
uses: pypa/cibuildwheel@v3.0.1
107107
env:
108108
CIBW_BUILD: "cp311-*"
109109
CIBW_ARCHS: ${{ matrix.cibw_archs }}
110110

111111
- name: Build wheels for CPython 3.10
112-
uses: pypa/cibuildwheel@v3.0.0
112+
uses: pypa/cibuildwheel@v3.0.1
113113
env:
114114
CIBW_BUILD: "cp310-*"
115115
CIBW_ARCHS: ${{ matrix.cibw_archs }}
116116

117117
- name: Build wheels for CPython 3.9
118-
uses: pypa/cibuildwheel@v3.0.0
118+
uses: pypa/cibuildwheel@v3.0.1
119119
env:
120120
CIBW_BUILD: "cp39-*"
121121
CIBW_ARCHS: ${{ matrix.cibw_archs }}

0 commit comments

Comments
 (0)