We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51a3cc commit e929f2eCopy full SHA for e929f2e
2 files changed
.github/workflows/main.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Bootstrap poetry
51
run: |
52
- curl -sSL https://install.python-poetry.org | python - -y
+ curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.8.4 python - -y
53
54
- name: Update Path
55
if: ${{ matrix.os != 'Windows' }}
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Release
3
on:
4
push:
5
tags:
6
- - '*.*.*'
+ - "*.*.*"
7
8
jobs:
9
release:
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Install Poetry
22
23
24
25
- name: Update PATH
26
run: echo "$HOME/.local/bin" >> $GITHUB_PATH
0 commit comments