Skip to content

Commit 3cff0af

Browse files
committed
add: command to update poetry periodically
1 parent 8fbeab6 commit 3cff0af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish_on_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
run: |
1919
python3 -m pip install --upgrade pip
2020
poetry --version
21+
poetry self update
22+
poetry --version
2123
make install-extras
2224
- name: Set package version
2325
run: poetry version "${{ github.event.release.tag_name }}"

0 commit comments

Comments
 (0)