Skip to content

Commit 0315547

Browse files
Update release workflow (#766)
1 parent 788a3f9 commit 0315547

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727

2828
- name: Build
2929
run: |
30+
poetry lock --no-update
3031
poetry install
3132
poetry build
3233

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747

4848
- name: Build
4949
run: |
50+
poetry lock --no-update
5051
poetry install
5152
poetry build
5253

0 commit comments

Comments
 (0)