Skip to content

Commit 7829b01

Browse files
authored
ci: add riscv64 manylinux wheels (#1625)
Now that cibuildwheel and PyPI support riscv64, we can start building riscv64 wheels. Add riscv/riscv64 to docs/spelling_wordlist.txt Signed-off-by: Julien Stephan <[email protected]>
1 parent e0592a1 commit 7829b01

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ jobs:
481481
- ppc64le
482482
- s390x
483483
- armv7l
484+
- riscv64
484485
tag:
485486
- ''
486487
- musllinux

CHANGES/1626.feature.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Start building and shipping riscv64 wheels
2+
-- by :user:`justeph`.

docs/spelling_wordlist.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ reStructuredText
4343
reencoding
4444
requote
4545
requoting
46+
riscv
47+
riscv64
4648
runtimes
4749
sdist
4850
subclass

0 commit comments

Comments
 (0)