We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e238c0 commit 3656139Copy full SHA for 3656139
.github/workflows/dists.yml
@@ -52,7 +52,7 @@ jobs:
52
target: ${{ matrix.target }}
53
manylinux: ${{ matrix.manylinux || 'auto' }}
54
# Keep in sync with tests.yml
55
- args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12 3.13'${{ (matrix.os == 'windows-2025' && '') || ' 3.13t' }}
+ args: --release --out dist --interpreter ${{ (matrix.os == 'windows-2025' && '3.8 3.9 3.10 3.11 3.12 3.13') || '3.8 3.9 3.10 3.11 3.12 3.13 3.13t' }}
56
rust-toolchain: stable
57
docker-options: -e CI
58
0 commit comments