Skip to content

Commit 5363ae0

Browse files
authored
Merge pull request #183 from finnagin/arm64-runner
Add windows arm64 support
2 parents 1f9b7e5 + 140cbc7 commit 5363ae0

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci_workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: true
1717
matrix:
18-
os: [ubuntu-latest, macos-latest, windows-latest]
18+
os: [ubuntu-latest, macos-latest, windows-latest, windows-11-arm]
1919
python: ['3.x']
2020
toxenv: [test]
2121
toxargs: [-v]

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
build_and_publish:
1717

18-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@28e947497bed4d6ec3fa1d66d198e95a1d17bc63 # v2.2.1
18+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@d9b81a07e789d1b1921ab5fe33de2ddcbbd02c3f # v2.3.0
1919
if: (github.repository == 'liberfa/pyerfa')
2020
with:
2121

@@ -52,6 +52,8 @@ jobs:
5252
- cp3*win32
5353
- cp3*win_amd64
5454
- pp3*-win_amd64
55+
# Windows arm64 wheels
56+
- cp3{11,12,13,14}-win_arm64
5557
5658
secrets:
5759
pypi_token: ${{ secrets.pypi_token }}

0 commit comments

Comments
 (0)