Fixup release workflow

master
alufers 9 months ago
parent 8f476dd2e8
commit ae9a3b1fde

@ -18,17 +18,17 @@ jobs:
steps: steps:
# Checkout project repository # Checkout project repository
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up Python 3.10 - name: Set up Python 3.12
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: "3.10" python-version: "3.12"
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: "3.10" python-version: "3.12"
- name: Install poetry - name: Install poetry
uses: abatilo/actions-poetry@7b6d33e44b4f08d7021a1dee3c044e9c253d6439 uses: abatilo/actions-poetry@v2
with: with:
poetry-version: "1.3.2" poetry-version: "1.8.5"
- name: Install dependencies - name: Install dependencies
run: | run: |
poetry install poetry install

Loading…
Cancel
Save