CI workflow
CI / linux (map[runner:ubuntu-latest target:x86_64]) (push) Failing after 44s
CI / sdist (push) Failing after 7s
CI / Release (push) Has been skipped

This commit is contained in:
w.pomp
2026-04-16 17:41:59 +02:00
parent 9d4fa3cac6
commit 0b81aa2b9c
+1
View File
@@ -39,6 +39,7 @@ jobs:
rustup default nightly rustup default nightly
- name: Build wheels - name: Build wheels
run: | run: |
source $HOME/.cargo/env
python -m pip install maturin python -m pip install maturin
maturin build --release --out dist --find-interpreter --target ${{ matrix.platform.target }} maturin build --release --out dist --find-interpreter --target ${{ matrix.platform.target }}
- name: Upload wheels - name: Upload wheels