Skip to content

Commit

Permalink
Update setup-python and checkout actions on release.yml to fix …
Browse files Browse the repository at this point in the history
…handling of `python=3.10` (previous auto release failed because of this)
  • Loading branch information
kavanase committed Jan 30, 2024
1 parent 45dbc47 commit 349d3c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
# only run when tests have passed (or manually triggered)

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- uses: actions/setup-python@v1
- uses: actions/setup-python@v2
with:
python-version: 3.10

Expand Down

0 comments on commit 349d3c9

Please sign in to comment.