File tree Expand file tree Collapse file tree 5 files changed +377
-413
lines changed Expand file tree Collapse file tree 5 files changed +377
-413
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,13 @@ jobs:
5252 - name : Install poetry
5353 if : env.PUBLISH == 'true'
5454 run : |
55- curl -O -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py
56- python get-poetry.py -y --version 1.0.10
57- echo "PATH=$HOME/.poetry/bin:$PATH" >> $GITHUB_ENV
58- rm get-poetry.py
55+ curl -O -sSL https://raw.githubusercontent.com/sdispater/poetry/master/install-poetry.py
56+ python install-poetry.py -y --version 1.1.7
57+ echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
58+ rm install-poetry.py
59+
60+ - name : Add ~/.local/bin to PATH
61+ run : echo "$HOME/.local/bin" >> $GITHUB_PATH
5962
6063 - name : Get poetry cache paths from config
6164 if : env.PUBLISH == 'true'
Original file line number Diff line number Diff line change @@ -27,10 +27,13 @@ jobs:
2727
2828 - name : Install poetry
2929 run : |
30- curl -O -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get -poetry.py
31- python get -poetry.py -y --version 1.0.10
30+ curl -O -sSL https://raw.githubusercontent.com/sdispater/poetry/master/install -poetry.py
31+ python install -poetry.py -y --version 1.1.7
3232 echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
33- rm get-poetry.py
33+ rm install-poetry.py
34+
35+ - name : Add ~/.local/bin to PATH
36+ run : echo "$HOME/.local/bin" >> $GITHUB_PATH
3437
3538 - name : Get poetry cache paths from config
3639 run : |
Original file line number Diff line number Diff line change 1+ poetry 1.1.7
Original file line number Diff line number Diff line change 33## current
44
55- _ Insert changes/features/fixes for next release here_
6+ - #689 : Update poetry to 1.1
7+ - CI: Use poetry 1.1.7 and ` install-poetry.py ` installer
8+ - Relock poetry.lock at 1.1 (w/ 1.1.7's fix)
69
710## tmuxp 1.9.2 (2021-06-17)
811- #686 : Allow click 8.0.x
You can’t perform that action at this time.
0 commit comments