We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fbe3b0 commit 9a58732Copy full SHA for 9a58732
.github/workflows/release.yml
@@ -188,8 +188,7 @@ jobs:
188
- name: Setup Python
189
uses: actions/setup-python@v6
190
with:
191
- python-version: ${{ contains(matrix.platform.target, 'aarch64') && '3.13' || '3.x' }}
192
- architecture: ${{ contains(matrix.platform.target, 'aarch64') && 'arm64' || 'x64' }}
+ python-version: 3.x
193
194
- name: Create package-specific pyproject.toml
195
shell: pwsh
0 commit comments