Skip to content

Commit

Permalink
Try to get the release pipline to work.
Browse files Browse the repository at this point in the history
  • Loading branch information
josteinl committed May 16, 2023
1 parent 44984fb commit abb2436
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.11']
python-version: ["3.9", "3.10", "3.11"]
poetry-version: ['1.4.2']
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/actions-poetry@v2.1.4
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Publish
Expand Down

0 comments on commit abb2436

Please sign in to comment.