diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index a7513f8c1..ff01d4354 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -98,6 +98,10 @@ jobs: platform: linux target: s390x interpreter: 3.9 3.10 3.11 3.12 3.13 + - os: ubuntu + platform: linux + target: riscv64 + interpreter: 3.9 3.10 3.11 3.12 3.13 exclude: - os: windows target: aarch64