File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
if : env.PUBLISH == 'true'
51
51
run : |
52
52
curl -O -sSL https://install.python-poetry.org/install-poetry.py
53
- python install-poetry.py -y --version 1.1.12
53
+ python install-poetry.py -y --version 1.1.14
54
54
echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
55
55
rm install-poetry.py
56
56
Original file line number Diff line number Diff line change 28
28
- name : Install poetry
29
29
run : |
30
30
curl -O -sSL https://install.python-poetry.org/install-poetry.py
31
- python install-poetry.py -y --version 1.1.12
31
+ python install-poetry.py -y --version 1.1.14
32
32
echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
33
33
rm install-poetry.py
34
34
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.5 3.9.13 3.8.13 3.7.12
You can’t perform that action at this time.
0 commit comments