Skip to content

Commit

Permalink
ci: fix build platforms list
Browse files Browse the repository at this point in the history
  • Loading branch information
k4black committed Feb 2, 2024
1 parent 7edd6a3 commit 42bae33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
CIBW_SKIP: "pp* cp36-* cp37-*"
CIBW_BUILD: "cp*-macosx* cp*-manylinux* cp*-win*"
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_ARCHS_LINUX: "x86_64 i686"
CIBW_ARCHS_WINDOWS: "x86_64"
CIBW_ARCHS_LINUX: "x86_64 i686 aarch64"
CIBW_ARCHS_WINDOWS: "x86"
VERSION: ${{ github.ref_name }}
secrets: inherit

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
CIBW_BUILD: "cp*-macosx* cp*-manylinux* cp*-win*"
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_ARCHS_LINUX: "x86_64 i686 aarch64"
CIBW_ARCHS_WINDOWS: "x86_64"
CIBW_ARCHS_WINDOWS: "x86"
secrets: inherit

full-tests-python:
Expand Down

0 comments on commit 42bae33

Please sign in to comment.