Skip to content

Commit

Permalink
pin Python version for the dist check step
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Oct 27, 2023
1 parent 4d94374 commit d2f7589
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/setup-python@v1
with:
python-version: "3.11"
- uses: actions/download-artifact@v2
with:
name: dist
Expand Down

0 comments on commit d2f7589

Please sign in to comment.