Skip to content

Commit 9a58732

Browse files
committed
Fix release.yml
1 parent 7fbe3b0 commit 9a58732

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

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

194193
- name: Create package-specific pyproject.toml
195194
shell: pwsh

0 commit comments

Comments
 (0)