Skip to content

Commit

Permalink
Fix incorrect python spec name for release wheels workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertIndie committed Dec 19, 2023
1 parent 99d65d3 commit c8ec27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-release-wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
Expand Down

0 comments on commit c8ec27d

Please sign in to comment.