From c8ec27dd0c3197e818406fd25c4ad8e9dcfa9022 Mon Sep 17 00:00:00 2001 From: Zike Yang Date: Tue, 19 Dec 2023 10:08:27 +0000 Subject: [PATCH] Fix incorrect python spec name for release wheels workflow --- .github/workflows/ci-build-release-wheels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build-release-wheels.yaml b/.github/workflows/ci-build-release-wheels.yaml index c708f9d..2f2fff6 100644 --- a/.github/workflows/ci-build-release-wheels.yaml +++ b/.github/workflows/ci-build-release-wheels.yaml @@ -46,7 +46,7 @@ jobs: - {version: '3.9', spec: 'cp39-cp39'} - {version: '3.10', spec: 'cp310-cp310'} - {version: '3.11', spec: 'cp311-cp311'} - - {version: '3.12', spec: 'cp311-cp312'} + - {version: '3.12', spec: 'cp312-cp312'} cpu: - {arch: 'x86_64', platform: 'x86_64'} - {arch: 'aarch64', platform: 'arm64'}