We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c8249c commit 8212770Copy full SHA for 8212770
.github/workflows/release.yaml
@@ -17,7 +17,7 @@ jobs:
17
source $HOME/.cargo/env
18
rustup default nightly
19
bash .github/workflows/build-wheels.sh
20
- - uses: actions/upload-artifact@v1
+ - uses: actions/upload-artifact@v4
21
with:
22
name: linux-wheels
23
path: wheelhouse/
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
python3 -m pip install maturin
42
maturin build --release
43
44
45
name: osx-${{ matrix.python-version }}-wheel
46
path: target/wheels
@@ -58,7 +58,7 @@ jobs:
58
59
python -m pip install maturin
60
61
62
63
name: windows-wheels
64
0 commit comments