Skip to content

Commit 87f3d1b

Browse files
committed
Try fix publish to pypi
1 parent fb8d88c commit 87f3d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: poetry version ${{ env.version }}
3232

3333
- name: Update lock file
34-
run: poetry lock --no-update
34+
run: poetry lock
3535

3636
- name: Install dependencies
3737
run: poetry install --no-root

0 commit comments

Comments
 (0)