Skip to content

Commit 71a1d8b

Browse files
committed
fix: upload of wheels
1 parent b981e45 commit 71a1d8b

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,16 @@ jobs:
156156
python-version: "3.10"
157157
architecture: ${{ matrix.target }}
158158
artifact-name: wheels-linux-${{ matrix.target }}
159-
runs-on: ubuntu-latest
159+
runs-on: ${{ matrix.runs-on }}
160160
secrets:
161161
github-token: ${{ secrets.GITHUB_TOKEN }}
162162
strategy:
163163
matrix:
164-
target: [x86_64, aarch64]
164+
include:
165+
- target: x86_64
166+
runs-on: ubuntu-latest
167+
- target: aarch64
168+
runs-on: ubuntu-latest-arm64
165169
if: |
166170
github.event_name != 'pull_request' ||
167171
github.event.pull_request.author_association == 'COLLABORATOR' ||

0 commit comments

Comments
 (0)