Skip to content

Commit

Permalink
fix: Python version specifier in GH actions workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Apr 5, 2024
1 parent 9da0b86 commit b5cbc3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: |
"3.10"
"3.11"
"3.12"
3.10
3.11
3.12
- name: Set up pip cache
if: runner.os == 'Linux'
Expand Down

0 comments on commit b5cbc3a

Please sign in to comment.