Skip to content

Commit 8fbeab6

Browse files
committed
add: show poetry version
1 parent 4dbf5db commit 8fbeab6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_on_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: Install project dependencies
1818
run: |
1919
python3 -m pip install --upgrade pip
20+
poetry --version
2021
make install-extras
2122
- name: Set package version
2223
run: poetry version "${{ github.event.release.tag_name }}"

0 commit comments

Comments
 (0)