We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e41f342 commit 2e9624dCopy full SHA for 2e9624d
1 file changed
.github/workflows/build-wheels.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout code
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
24
25
- name: macOS - Set up Fortran
26
if: runner.os == 'macOS'
@@ -43,7 +43,7 @@ jobs:
43
# echo "C:/msys64/mingw64/bin" >> $GITHUB_PATH
44
45
- name: Build wheels
46
- uses: pypa/cibuildwheel@v2.22.0
+ uses: pypa/cibuildwheel@v3.3.1
47
env:
48
# All cibuildwheel options are here (nothing "hidden" in pyproject.toml)
49
CIBW_BUILD: "cp310-* cp311-* cp312-* cp313-* cp314-*"
0 commit comments