We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8a4f1 commit ce59e09Copy full SHA for ce59e09
.github/workflows/wheel_tests_and_release.yml
@@ -51,7 +51,7 @@ jobs:
51
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.cibw_manylinux }}
52
CIBW_ENVIRONMENT_PASS_LINUX: CESIUM_LINK_FLAGS
53
CESIUM_LINK_FLAGS: "-Wl,--strip-debug"
54
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
55
with:
56
name: wheels
57
path: ./dist/*.whl
@@ -100,7 +100,7 @@ jobs:
100
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
101
CIBW_TEST_SKIP: "*-macosx_arm64"
102
103
104
105
106
0 commit comments