Update publish-pypi.yaml

try to add windows arm64 support
This commit is contained in:
Willi Ballenthin 2025-06-10 22:19:39 +02:00 committed by GitHub
parent 2b352b1ff8
commit 0b3f2cb999
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: