Skip to content

Commit 62222de

Browse files
committed
.github: bump cibuildwheel
1 parent 3dc9da5 commit 62222de

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/wheels.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout repository
2626
uses: actions/checkout@v4
2727
- name: Build wheels
28-
uses: pypa/cibuildwheel@v2.23.3
28+
uses: pypa/cibuildwheel@v3.2.1
2929
env:
3030
CIBW_BEFORE_ALL: |
3131
bash ./tools/build_talib_linux.sh
@@ -59,7 +59,7 @@ jobs:
5959
- name: Checkout repository
6060
uses: actions/checkout@v4
6161
- name: Build wheels
62-
uses: pypa/cibuildwheel@v2.23.3
62+
uses: pypa/cibuildwheel@v3.2.1
6363
env:
6464
CIBW_BEFORE_ALL: |
6565
bash ./tools/build_talib_linux.sh
@@ -100,7 +100,7 @@ jobs:
100100
run: tools/build_talib_windows.cmd
101101
shell: cmd
102102
- name: Build wheels
103-
uses: pypa/cibuildwheel@v2.23.3
103+
uses: pypa/cibuildwheel@v3.2.1
104104
env:
105105
CIBW_TEST_SKIP: "cp*"
106106
CIBW_TEST_COMMAND: >
@@ -134,7 +134,7 @@ jobs:
134134
run: tools/build_talib_windows.cmd
135135
shell: cmd
136136
- name: Build wheels
137-
uses: pypa/cibuildwheel@v2.23.3
137+
uses: pypa/cibuildwheel@v3.2.1
138138
env:
139139
CIBW_TEST_SKIP: "cp*"
140140
CIBW_TEST_COMMAND: >
@@ -168,7 +168,7 @@ jobs:
168168
run: tools/build_talib_windows.cmd
169169
shell: cmd
170170
- name: Build wheels
171-
uses: pypa/cibuildwheel@v2.23.3
171+
uses: pypa/cibuildwheel@v3.2.1
172172
env:
173173
CIBW_TEST_SKIP: "cp*"
174174
CIBW_TEST_COMMAND: >
@@ -195,7 +195,7 @@ jobs:
195195
- name: Checkout repository
196196
uses: actions/checkout@v4
197197
- name: Build wheels
198-
uses: pypa/cibuildwheel@v2.23.3
198+
uses: pypa/cibuildwheel@v3.2.1
199199
env:
200200
CIBW_BEFORE_ALL: |
201201
bash ./tools/build_talib_macos.sh
@@ -226,7 +226,7 @@ jobs:
226226
- name: Checkout repository
227227
uses: actions/checkout@v4
228228
- name: Build wheels
229-
uses: pypa/cibuildwheel@v2.23.3
229+
uses: pypa/cibuildwheel@v3.2.1
230230
env:
231231
CIBW_BEFORE_ALL: |
232232
bash ./tools/build_talib_macos.sh

0 commit comments

Comments
 (0)