Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Commit 7fbe3b0

Browse files
committed
Fix release.yml
1 parent 4b45e8d commit 7fbe3b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
- name: Setup Python
189189
uses: actions/setup-python@v6
190190
with:
191-
python-version: 3.x
191+
python-version: ${{ contains(matrix.platform.target, 'aarch64') && '3.13' || '3.x' }}
192192
architecture: ${{ contains(matrix.platform.target, 'aarch64') && 'arm64' || 'x64' }}
193193

194194
- name: Create package-specific pyproject.toml

0 commit comments

Comments
 (0)