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 df70ba2 commit a5a5e27Copy full SHA for a5a5e27
.github/workflows/wheels.yml
@@ -50,7 +50,7 @@ jobs:
50
maturin --version
51
maturin build --release --manylinux 2_28
52
- name: Upload wheel
53
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
54
with:
55
name: wheels-${{ matrix.release-os }}-${{ matrix.release-arch }}
56
path: target/wheels/*.whl
@@ -87,7 +87,7 @@ jobs:
87
88
maturin build --release
89
90
91
92
93
0 commit comments