Skip to content

Commit fd087ed

Browse files
committed
Specify poetry version.
1 parent 8f03a6a commit fd087ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- "v*"
7+
workflow_dispatch:
78

89
jobs:
910
build-and-publish:
@@ -17,7 +18,7 @@ jobs:
1718
- name: Run image
1819
uses: abatilo/actions-poetry@v3
1920
with:
20-
poetry-version: ${{ matrix.poetry-version }}
21+
poetry-version: "main"
2122
- name: Install dependencies
2223
run: poetry install --with dev
2324
- name: Run tests

0 commit comments

Comments
 (0)