Skip to content

Commit 5c4e053

Browse files
committed
Attempt to build 'cp3*_aarch64'
1 parent b7f7ae8 commit 5c4e053

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
CIBW_ARCHS: ${{ matrix.arch_cibw_go[0] }}
6565
CIBW_REPAIR_WHEEL_COMMAND_MACOS: ""
6666
PYTHON_BINARY_PATH: /usr/local/bin/python_for_build
67-
CIBW_BUILD: "cp3${{ matrix.python3_version }}-*"
67+
CIBW_BUILD: "cp3${{ matrix.python3_version }}-* cp3*_aarch64"
6868
CIBW_SKIP: "cp36-* cp37-* cp38-* cp39-* cp310-* cp313-* *-musllinux_x86_64"
6969
CIBW_ENVIRONMENT: >
7070
PATH=$PATH:/usr/local/go/bin
@@ -102,7 +102,7 @@ jobs:
102102
- name: Build wheels
103103
uses: pypa/[email protected]
104104
env:
105-
CIBW_BUILD: "cp3*_x86_64 cp3*_aarch64"
105+
CIBW_BUILD: "cp3*_x86_64"
106106
CIBW_SKIP: "cp36-* cp37-* cp38-* cp39-* cp310-* cp313-* *-musllinux_x86_64"
107107
CIBW_ARCHS: "native"
108108
CIBW_ENVIRONMENT: >

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
CIBW_ARCHS: ${{ matrix.arch_cibw_go[0] }}
6565
CIBW_REPAIR_WHEEL_COMMAND_MACOS: ""
6666
PYTHON_BINARY_PATH: /usr/local/bin/python_for_build
67-
CIBW_BUILD: "cp3${{ matrix.python3_version }}-*"
67+
CIBW_BUILD: "cp3${{ matrix.python3_version }}-* cp3*_aarch64"
6868
CIBW_SKIP: "cp36-* cp37-* cp38-* cp39-* cp310-* cp313-* *-musllinux_x86_64"
6969
CIBW_ENVIRONMENT: >
7070
PATH=$PATH:/usr/local/go/bin
@@ -102,7 +102,7 @@ jobs:
102102
- name: Build wheels
103103
uses: pypa/[email protected]
104104
env:
105-
CIBW_BUILD: "cp3*_x86_64 cp3*_aarch64"
105+
CIBW_BUILD: "cp3*_x86_64"
106106
CIBW_SKIP: "cp36-* cp37-* cp38-* cp39-* cp310-* cp313-* *-musllinux_x86_64"
107107
CIBW_ARCHS: "native"
108108
CIBW_ENVIRONMENT: >

0 commit comments

Comments
 (0)