Skip to content

Commit

Permalink
Update GitHub Actions versions and set explicitly python version
Browse files Browse the repository at this point in the history
Downgrade actions/checkout to v2 and upgrade actions/setup-python to v5. Also, explicitly define the python version as "3.10".
  • Loading branch information
andoludo committed Sep 1, 2024
1 parent d9b877e commit 4b17ee2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
ref: pypi

- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 4b17ee2

Please sign in to comment.