Skip to content

Commit

Permalink
Fixup release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alufers committed Dec 12, 2024
1 parent 8f476dd commit ae9a3b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:
steps:
# Checkout project repository
- uses: actions/checkout@v4
- name: Set up Python 3.10
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"
- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"
- name: Install poetry
uses: abatilo/actions-poetry@7b6d33e44b4f08d7021a1dee3c044e9c253d6439
uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.3.2"
poetry-version: "1.8.5"
- name: Install dependencies
run: |
poetry install
Expand Down

0 comments on commit ae9a3b1

Please sign in to comment.