mirror of
https://github.com/vee1e/lancelot.git
synced 2026-09-01 10:48:44 +00:00
Update publish-pypi.yaml
try to add windows arm64 support
This commit is contained in:
parent
2b352b1ff8
commit
0b3f2cb999
1 changed files with 3 additions and 0 deletions
3
.github/workflows/publish-pypi.yaml
vendored
3
.github/workflows/publish-pypi.yaml
vendored
|
|
@ -71,6 +71,9 @@ jobs:
|
|||
interpreter: 3.9 3.10 3.11 3.12 3.13 # no pypy
|
||||
target: i686
|
||||
python-architecture: x86
|
||||
- os: windows
|
||||
interpreter: 3.9 3.10 3.11 3.12 3.13 # no pypy
|
||||
target: arm64
|
||||
|
||||
runs-on: ${{ (matrix.os == 'linux' && 'ubuntu') || matrix.os }}-latest
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue