We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3355f53 commit 4d0c332Copy full SHA for 4d0c332
.github/workflows/wheels.yml
@@ -155,11 +155,11 @@ jobs:
155
156
- name: Set up QEMU
157
if: runner.os == 'Linux'
158
- uses: docker/setup-qemu-action@v3.6.0
+ uses: docker/setup-qemu-action@v3.7.0
159
with:
160
platforms: aarch64
161
162
- - uses: pypa/cibuildwheel@v3.2.1
+ - uses: pypa/cibuildwheel@v3.3.1
163
env:
164
CIBW_TEST_REQUIRES: pytest pytest-cov numpy
165
CIBW_TEST_COMMAND: pytest {project}/tests
@@ -181,7 +181,7 @@ jobs:
181
runs-on: ubuntu-latest
182
steps:
183
- name: Merge Artifacts
184
- uses: actions/upload-artifact/merge@v5.0.0
+ uses: actions/upload-artifact/merge@v6
185
186
name: wheels_and_sdist
187
pattern: temp_result_*
0 commit comments