diff --git a/.github/workflows/artifact.yaml b/.github/workflows/artifact.yaml index 6e29fa0e..ea9f3cda 100644 --- a/.github/workflows/artifact.yaml +++ b/.github/workflows/artifact.yaml @@ -75,7 +75,7 @@ jobs: fail-fast: false matrix: python: [ - { interpreter: 'python3.13', package: 'python3.13-freethreading', compatibility: "manylinux_2_34", publish: false }, + { interpreter: 'python3.13t', package: 'python3.13-freethreading', compatibility: "manylinux_2_34", publish: false }, { interpreter: 'python3.13', package: 'python3.13', compatibility: "manylinux_2_17", publish: true }, { interpreter: 'python3.12', package: 'python3.12', compatibility: "manylinux_2_17", publish: true }, { interpreter: 'python3.11', package: 'python3.11', compatibility: "manylinux_2_17", publish: true },