Skip to content

Commit 21f8767

Browse files
authored
Merge pull request #934 from zerothi/dependabot/github_actions/pypa/cibuildwheel-3.0.1
Bump pypa/cibuildwheel from 3.0.0 to 3.0.1
2 parents 1bc3433 + f9e4722 commit 21f8767

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)