Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzahaki authored Oct 17, 2024
1 parent 8b6f694 commit b42125f
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,6 @@ on:
required: true
type: boolean
default: false
python_versions:
description: 'Python versions to build'
required: true
type: choice
options:
- 'cp310,cp311,cp312,pp310,cp313,cp313t'
- 'cp310'
- 'cp311'
- 'cp312'
- 'pp310'
- 'cp313'
- 'cp313t'
default: 'cp310,cp311,cp312,pp310,cp313,cp313t'

jobs:
extract_version:
Expand Down Expand Up @@ -86,7 +73,7 @@ jobs:
- [macos-14, macosx_arm64, accelerate]
- [windows-2019, win_amd64, ""]
- [windows-2019, win32, ""]
python: ${{ fromJson('["' + join(github.event.inputs.python_versions, '","') + '"]') }}
python: ["cp310", "cp311", "cp312", "pp310", "cp313", "cp313t"]
exclude:
- buildplat: [windows-2019, win32, ""]
python: "pp310"
Expand Down

0 comments on commit b42125f

Please sign in to comment.