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 53612f9 commit c66f527Copy full SHA for c66f527
.github/workflows/pypi-publish.yaml
@@ -20,6 +20,8 @@ jobs:
20
python-version: 3.8
21
- name: Install Poetry
22
uses: snok/install-poetry@v1
23
+ with:
24
+ version: 1.8.5
25
- name: Compare tag and project version
26
run: |
27
if [ "v$(poetry version | cut -d' ' -f2)" != "${{ github.ref_name }}" ]; then echo "Version mismatch"; exit 1; fi
0 commit comments