- workflow updates
PyTest / pytest (push) Successful in 1m23s
PyTest / pytest (3.12) (push) Successful in 1m50s
PyTest / pytest (3.14) (push) Successful in 1m55s
PyTest / pytest (3.10) (push) Successful in 1m48s

This commit is contained in:
Wim Pomp
2026-05-09 17:39:50 +02:00
parent dbfcc81ecb
commit 1514784262
2 changed files with 19 additions and 10 deletions
+18 -10
View File
@@ -40,6 +40,14 @@ jobs:
fi
shell: bash
- name: Install clang
run: |
if ! command -v clang >/dev/null 2>&1; then
sudo apt update
sudo apt install -y clang
fi
shell: bash
- name: Install Rust
run: |
export PATH="$HOME/.cargo/bin:$PATH"
@@ -89,18 +97,18 @@ jobs:
rustup target add aarch64-unknown-linux-gnu
maturin build --release --out dist --target aarch64-unknown-linux-gnu --zig
# rustup target add x86_64-pc-windows-msvc
# maturin build --release --out dist --target x86_64-pc-windows-msvc
# rustup target add aarch64-pc-windows-msvc
# maturin build --release --out dist --target aarch64-pc-windows-msvc
#
# rustup target add x86_64-apple-darwin
# maturin build --release --out dist --target x86_64-apple-darwin --zig
# rustup target add aarch64-apple-darwin
# maturin build --release --out dist --target aarch64-apple-darwin --zig
rustup target add x86_64-pc-windows-msvc
maturin build --release --out dist --target x86_64-pc-windows-msvc
rustup target add aarch64-pc-windows-msvc
maturin build --release --out dist --target aarch64-pc-windows-msvc
rustup target add x86_64-apple-darwin
maturin build --release --out dist --target x86_64-apple-darwin --zig
rustup target add aarch64-apple-darwin
maturin build --release --out dist --target aarch64-apple-darwin --zig
- name: Upload wheels
uses: actions/upload-artifact@v4
uses: https://github.com/christopherHX/gitea-upload-artifact@v4
with:
name: wheels*
path: dist