CI workflow
CI / linux (map[runner:ubuntu-latest target:x86_64-unknown-linux-gnu]) (push) Failing after 3m46s
CI / sdist (push) Failing after 11s
CI / Release (push) Has been skipped

This commit is contained in:
w.pomp
2026-04-16 18:13:53 +02:00
parent 07159bfd97
commit 6ec28d2eca
-1
View File
@@ -75,7 +75,6 @@ jobs:
- name: Build wheels
run: |
source $HOME/.cargo/env
python -m pip install maturin
maturin build --release --out dist --find-interpreter --target ${{ matrix.platform.target }}
- name: Upload wheels