Skip to content

Commit abb2436

Browse files
committed
Try to get the release pipline to work.
1 parent 44984fb commit abb2436

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: ['3.11']
12+
python-version: ["3.9", "3.10", "3.11"]
1313
poetry-version: ['1.4.2']
1414
os: [ubuntu-latest]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v3
18-
- uses: actions/setup-python@v3
18+
- uses: actions/setup-python@v4
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Run image
22-
uses: abatilo/actions-poetry@v2.1.4
22+
uses: abatilo/actions-poetry@v2
2323
with:
2424
poetry-version: ${{ matrix.poetry-version }}
2525
- name: Publish

0 commit comments

Comments
 (0)