@@ -121,7 +121,7 @@ jobs:
121121CIBW_PRERELEASE_PYTHONS :True
122122CIBW_BUILD :${{ matrix.python }}-${{ matrix.buildplat[1] }}
123123
124- -uses :actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
124+ -uses :actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2 .0
125125with :
126126name :${{ matrix.python }}-${{ startsWith(matrix.buildplat[1], 'macosx') && 'macosx' || matrix.buildplat[1] }}
127127path :./wheelhouse/*.whl
@@ -196,7 +196,6 @@ jobs:
196196 # TODO: Don't run test suite, and instead build wheels from sdist
197197 # Depends on pypa/cibuildwheel#1020
198198 python -m pip install dist/*.gz -Csetup-args=-Dallow-noblas=true
199- pip install ninja
200199 pip install -r test_requirements.txt
201200 cd .. # Can't import numpy within numpy src directory
202201 python -c "import numpy, sys; print(numpy.__version__); sys.exit(numpy.test() is False)"
@@ -206,7 +205,7 @@ jobs:
206205 python -mpip install twine
207206 twine check dist/*
208207
209- -uses :actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
208+ -uses :actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2 .0
210209with :
211210name :sdist
212211path :./dist/*