Skip to content

Commit

Permalink
Change workflow_dispatch to a list of choices
Browse files Browse the repository at this point in the history
  • Loading branch information
celynw committed Jan 28, 2024
1 parent 9f40483 commit c386779
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,16 @@ on:
python-version:
description: "Python version"
required: true
type: string
default: "3.12"
type: choice
options:
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11
- 3.12
- 3.13

jobs:
test:
Expand Down

0 comments on commit c386779

Please sign in to comment.