We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44984fb commit abb2436Copy full SHA for abb2436
1 file changed
.github/workflows/release.yaml
@@ -9,17 +9,17 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- python-version: ['3.11']
+ python-version: ["3.9", "3.10", "3.11"]
13
poetry-version: ['1.4.2']
14
os: [ubuntu-latest]
15
runs-on: ${{ matrix.os }}
16
steps:
17
- uses: actions/checkout@v3
18
- - uses: actions/setup-python@v3
+ - uses: actions/setup-python@v4
19
with:
20
python-version: ${{ matrix.python-version }}
21
- name: Run image
22
- uses: abatilo/actions-poetry@v2.1.4
+ uses: abatilo/actions-poetry@v2
23
24
poetry-version: ${{ matrix.poetry-version }}
25
- name: Publish
0 commit comments