Skip to content

Commit

Permalink
Fix python version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fplazaonate committed May 6, 2024
1 parent 0c816cd commit 39cbcc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_crocodeel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v4
# see details (matrix, python-version, python-version-file, etc.)
# https://github.com/actions/setup-python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install poetry
uses: abatilo/actions-poetry@v2
- name: Build and publish to PyPI
Expand Down

0 comments on commit 39cbcc8

Please sign in to comment.