Skip to content

Commit

Permalink
Add missing archs
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Oct 19, 2024
1 parent 16eec93 commit b0282ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: ./.github/workflows/build_python.yml
with:
python_version: ${{ inputs.python_version }}
platforms: "linux-x86_64,linux-aarch64,linux-i386,linux-arm,linux-riscv64,macos,windows,cosmo,freebsd13-x86_64,freebsd14-x86_64"
platforms: "linux-x86_64,linux-aarch64,linux-i386,linux-arm,linux-riscv64,linux-s390x,linux-loongarch64,macos,windows,cosmo,freebsd13-x86_64,freebsd14-x86_64"

publish:
name: Publish CPython ${{ inputs.python_version }}
Expand Down

0 comments on commit b0282ec

Please sign in to comment.