File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
if : env.PUBLISH == 'true'
50
50
run : |
51
51
curl -O -sSL https://install.python-poetry.org/install-poetry.py
52
- python install-poetry.py -y --version 1.1.12
52
+ python install-poetry.py -y --version 1.1.14
53
53
echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
54
54
rm install-poetry.py
55
55
Original file line number Diff line number Diff line change 34
34
- name : Install poetry
35
35
run : |
36
36
curl -O -sSL https://install.python-poetry.org/install-poetry.py
37
- python install-poetry.py -y --version 1.1.12
37
+ python install-poetry.py -y --version 1.1.14
38
38
echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
39
39
rm install-poetry.py
40
40
Original file line number Diff line number Diff line change 1
- poetry 1.1.12
1
+ poetry 1.1.14
2
2
python 3.10.3 3.9.13 3.8.13 3.7.13
You can’t perform that action at this time.
0 commit comments