Skip to content

Commit 3656139

Browse files
authored
Fix syntax
1 parent 7e238c0 commit 3656139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dists.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
target: ${{ matrix.target }}
5353
manylinux: ${{ matrix.manylinux || 'auto' }}
5454
# 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' }}
55+
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' }}
5656
rust-toolchain: stable
5757
docker-options: -e CI
5858

0 commit comments

Comments
 (0)