CI workflow
CI / linux (map[runner:ubuntu-latest target:x86_64-unknown-linux-gnu]) (push) Failing after 2m29s
CI / Release (push) Has been skipped

This commit is contained in:
w.pomp
2026-04-16 19:13:34 +02:00
parent 3be51cb17e
commit 51602ae583
+1 -1
View File
@@ -78,7 +78,7 @@ jobs:
export CARGO_HOME="${{ runner.temp }}/cargo" export CARGO_HOME="${{ runner.temp }}/cargo"
source "$CARGO_HOME/env" 2>/dev/null || true source "$CARGO_HOME/env" 2>/dev/null || true
maturin sdist --out dist maturin sdist --out dist
maturin build --release --out dist --target x86_64-pc-windows-msvc -i python.exe3.14 maturin build --release --out dist --target x86_64-pc-windows-msvc -i python3.14
maturin build --release --out dist --target x86_64-unknown-linux-gnu maturin build --release --out dist --target x86_64-unknown-linux-gnu
- name: Upload wheels - name: Upload wheels