Skip to content

Commit 7bed15d

Browse files
authored
Merge pull request scipy#23154 from rgommers/bump-openblas
CI: bump OpenBLAS and cibuildwheel versions
2 parents 6a545e6 + 2dfc36a commit 7bed15d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
echo "CIBW_BUILD_FRONTEND=$CIBW" >> "$GITHUB_ENV"
213213
214214
- name: Build wheels
215-
uses: pypa/cibuildwheel@cf078b0954f3fd08b8445a7bf2c3fb83ab3bb971 # v3.0.0b4
215+
uses: pypa/cibuildwheel@3c5ff0988806752c5a6502c845f9edc2d98095d6 # v3.0.0rc3
216216
env:
217217
CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}*
218218
CIBW_ARCHS: ${{ matrix.buildplat[2] }}

requirements/openblas.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
scipy-openblas32==0.3.28.0.2
1+
scipy-openblas32==0.3.29.265.1

0 commit comments

Comments
 (0)