Skip to content

Commit 64c1f6f

Browse files
committed
💚 Install riscv64 build of maturin instead of x86_64 version
1 parent 67ff8f5 commit 64c1f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
python-version: "3.x"
8383

8484
- name: Build wheels
85-
uses: weiji14/maturin-action@cd95c89b1d7a6b5d9377c6f26b76efdbaf516d8d
85+
uses: weiji14/maturin-action@e5aeb941d5e2aa7f56de9ee99057cd5b8119e2b6
8686
with:
8787
target: ${{ matrix.platform.target }}
8888
args: --release --locked --compatibility pypi --features ${{ matrix.platform.feat-flags || 'pyo3' }} --out dist --interpreter python3.13

0 commit comments

Comments
 (0)