There was an error while loading. Please reload this page.
1 parent 8aaf715 commit f72fe67Copy full SHA for f72fe67
1 file changed
.github/workflows/build-pypi.yml
@@ -25,6 +25,9 @@ jobs:
25
- name: musllinux-aarch64
26
target: aarch64-unknown-linux-musl
27
manylinux: musllinux_1_2
28
+ - name: musllinux-riscv64
29
+ target: riscv64gc-unknown-linux-musl
30
+ manylinux: musllinux_1_2
31
steps:
32
- uses: actions/checkout@v6
33
- uses: actions/setup-python@v5
0 commit comments