Skip to content

Commit f72fe67

Browse files
committed
feat: add musllinux-riscv64 PyPI wheel
1 parent 8aaf715 commit f72fe67

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-pypi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: musllinux-aarch64
2626
target: aarch64-unknown-linux-musl
2727
manylinux: musllinux_1_2
28+
- name: musllinux-riscv64
29+
target: riscv64gc-unknown-linux-musl
30+
manylinux: musllinux_1_2
2831
steps:
2932
- uses: actions/checkout@v6
3033
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)