We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7e050b + cdfc04f commit e3fc405Copy full SHA for e3fc405
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
CIBW_REPAIR_WHEEL_COMMAND_LINUX: "auditwheel repair --exclude libEGL.so.1 -w {dest_dir} {wheel}"
55
CIBW_TEST_SKIP: "*-macosx_arm64"
56
57
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v7
58
with:
59
name: wheel-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.cp }}
60
path: ./wheelhouse/*.whl
@@ -102,7 +102,7 @@ jobs:
102
103
104
105
106
107
108
0 commit comments