Skip to content

Commit

Permalink
enable musl linux release builds or aarch64 and armv7l
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Oct 5, 2024
1 parent d804c6f commit e117588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_ARCHS_LINUX: aarch64 native armv7l
CIBW_SKIP: cp36* pp* *musllinux*
CIBW_SKIP: cp36* pp* *ppc64le *s390x

- name: Move cross-compiled wheels to dist folder
run: |
Expand Down

0 comments on commit e117588

Please sign in to comment.