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

This commit is contained in:
w.pomp
2026-04-16 17:37:08 +02:00
parent 29418732c4
commit 5ebcdfd52d
+3 -6
View File
@@ -33,12 +33,9 @@ jobs:
with:
python-version: 3.x
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
manylinux: auto
run: |
python -m pip install maturin
maturin build --release --out dist --find-interpreter --target ${{ matrix.platform.target }}
- name: Upload wheels
uses: actions/upload-artifact@v4
with: