File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 OS-NAME : ${{ matrix.os }}
6161
6262 steps :
63- - uses : actions/checkout@v4.1 .1
63+ - uses : actions/checkout@v6.0 .1
6464 with :
6565 submodules : recursive
6666 fetch-depth : 0
7777
7878 - name : Set up QEMU
7979 if : matrix.PLAT == 'ppc64le' || matrix.PLAT == 's390x' || matrix.PLAT == 'riscv64'
80- uses : docker/setup-qemu-action@v3
80+ uses : docker/setup-qemu-action@v3.7.0
8181 with :
8282 platforms : all
8383
9292 # limit-access-to-actor: true
9393
9494 - name : Build and Test wheels
95- uses : pypa/cibuildwheel@v3.3.0
95+ uses : pypa/cibuildwheel@v3.3.1
9696 timeout-minutes : 60
9797 with :
9898 output-dir : dist
@@ -113,13 +113,13 @@ jobs:
113113 CIBW_MANYLINUX_RISCV64_IMAGE : ${{ matrix.MB_ML_LIBC }}${{matrix.MB_ML_VER}}
114114
115115 - name : Upload wheels to artifacts
116- uses : actions/upload-artifact@v4.3 .0
116+ uses : actions/upload-artifact@v6.0 .0
117117 with :
118118 name : wheels-${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}-${{ matrix.MB_ML_LIBC }}-${{ matrix.MB_ML_VER }}
119119 path : dist/scipy_openblas*.whl
120120
121121
122- - uses : conda-incubator/setup-miniconda@v3.2 .0
122+ - uses : conda-incubator/setup-miniconda@v3.3 .0
123123 with :
124124 channels : conda-forge
125125 channel-priority : true
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
3030
3131 steps :
3232
33- - uses : actions/checkout@v4.1 .1
33+ - uses : actions/checkout@v6.0 .1
3434
3535 - name : Set up Python
36- uses : actions/setup-python@v5
36+ uses : actions/setup-python@v6.2.0
3737 with :
3838 python-version : 3.12
3939 architecture : arm64
7474 python -m scipy_openblas${env:INTERFACE_BITS}
7575 python -c "import scipy_openblas${env:INTERFACE_BITS}; print(scipy_openblas${env:INTERFACE_BITS}.get_pkg_config())"
7676
77- - uses : actions/upload-artifact@v4.3 .0
77+ - uses : actions/upload-artifact@v6.0 .0
7878 with :
7979 name : wheels-${{ env.PLAT }}-${{ env.INTERFACE64 }}
8080 path : dist/scipy_openblas*.whl
Original file line number Diff line number Diff line change 3131
3232 timeout-minutes : 90
3333 steps :
34- - uses : actions/checkout@v4.1 .1
34+ - uses : actions/checkout@v6.0 .1
3535 - name : install-rtools
3636 run : |
3737 # rtools 42+ does not support 32 bits builds.
8585 cp for_test\test*.exe builds
8686
8787 - name : Set up Python
88- uses : actions/setup-python@v5
88+ uses : actions/setup-python@v6.2.0
8989 with :
9090 python-version : 3.9
9191 architecture : ${{ matrix.plat }}
@@ -141,12 +141,12 @@ jobs:
141141 fi
142142
143143 - name : Set up different Python
144- uses : actions/setup-python@v5
144+ uses : actions/setup-python@v6.2.0
145145 with :
146146 python-version : 3.11
147147 architecture : ${{ matrix.plat }}
148148
149- - uses : actions/upload-artifact@v4.3 .0
149+ - uses : actions/upload-artifact@v6.0 .0
150150 with :
151151 name : wheels-${{matrix.plat }}-${{ matrix.INTERFACE64 }}
152152 path : dist/scipy_openblas*.whl
You can’t perform that action at this time.
0 commit comments