- workflow updates
PyTest / pytest (push) Successful in 1m22s
PyTest / pytest (3.10) (push) Successful in 1m29s
PyTest / pytest (3.12) (push) Successful in 1m22s
PyTest / pytest (3.14) (push) Successful in 1m11s

This commit is contained in:
Wim Pomp
2026-05-09 14:00:29 +02:00
parent 512728e110
commit 1791a2a288
+1 -1
View File
@@ -48,6 +48,7 @@ jobs:
else else
rustup update rustup update
fi fi
rustup default stable
shell: bash shell: bash
- name: Install sccache and maturin - name: Install sccache and maturin
@@ -82,7 +83,6 @@ jobs:
run: | run: |
export PATH="$HOME/.cargo/bin:$HOME/.osxcross/bin:$PATH" export PATH="$HOME/.cargo/bin:$HOME/.osxcross/bin:$PATH"
maturin sdist --out dist maturin sdist --out dist
rustup default stable
rustup target add x86_64-unknown-linux-gnu rustup target add x86_64-unknown-linux-gnu
maturin build --release --out dist --target x86_64-unknown-linux-gnu maturin build --release --out dist --target x86_64-unknown-linux-gnu