We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dbf5db commit 8fbeab6Copy full SHA for 8fbeab6
.github/workflows/publish_on_release.yml
@@ -17,6 +17,7 @@ jobs:
17
- name: Install project dependencies
18
run: |
19
python3 -m pip install --upgrade pip
20
+ poetry --version
21
make install-extras
22
- name: Set package version
23
run: poetry version "${{ github.event.release.tag_name }}"
0 commit comments