Skip to content

Commit 571c764

Browse files
committed
⚗️ Try maturin-action fork with DEFAULT_TARGET patch for riscv64
and also an updated versions-manifest.json file with riscv64 arch.
1 parent a9a6e42 commit 571c764

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1.50.1
85+
uses: weiji14/maturin-action@f3e4c889d5c86978d70ec44f3faea956ea9963bd
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)