Skip to content

Commit

Permalink
ci: publish wheels for Windows aarch64 (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Aug 10, 2024
1 parent 173e9db commit b5a5478
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
needs: [set-version]
strategy:
matrix:
target: [x64]
target: [x64, aarch64]
python: ['3.12', 'pypy3.10']
steps:
- name: Check out
Expand Down
16 changes: 16 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ encoding_rs = "0.8.34"
ignore = "0.4.22"
log = "0.4.22"
path-slash = "0.2.1"
pyo3 = { version = "0.22.2", features = ["abi3-py38"] }
pyo3 = { version = "0.22.2", features = ["abi3-py38", "generate-import-lib"] }
pyo3-log = "0.11.0"
rayon = "1.10.0"
regex = "1.10.6"
Expand Down

0 comments on commit b5a5478

Please sign in to comment.