Skip to content

Commit 74c1e15

Browse files
committed
Update poetry lock
1 parent 4f85a95 commit 74c1e15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Update version in pyproject.toml
3131
run: poetry version ${{ env.version }}
3232

33+
- name: Update lock file
34+
run: poetry lock --no-update
35+
3336
- name: Install dependencies
3437
run: poetry install --no-root
3538

0 commit comments

Comments
 (0)