File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3535
3636 - name : Install poetry
3737 if : env.PUBLISH == 'true'
38- run : pipx install "poetry==1.5 .1"
38+ run : pipx install "poetry==1.6 .1"
3939
4040 - name : Set up Python ${{ matrix.python-version }}
4141 if : env.PUBLISH == 'true'
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v3
1616
1717 - name : Install poetry
18- run : pipx install "poetry==1.5 .1"
18+ run : pipx install "poetry==1.6 .1"
1919
2020 - name : Set up Python ${{ matrix.python-version }}
2121 uses : actions/setup-python@v4
5959 - uses : actions/checkout@v3
6060
6161 - name : Install poetry
62- run : pipx install "poetry==1.5 .1"
62+ run : pipx install "poetry==1.6 .1"
6363
6464 - name : Set up Python ${{ matrix.python-version }}
6565 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 1- poetry 1.5 .1
1+ poetry 1.6 .1
22python 3.11.4 3.10.12 3.9.13 3.8.13 3.7.13
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ pytest-doctest-docutils:
8484 - Split out release to separate job so the PyPI Upload docker image isn't pulled on normal runs
8585 - Clean up CodeQL
8686
87- - Poetry: Bump 1.1.x to 1.2 .x
87+ - Poetry: Bump 1.1.x to 1.6 .x
8888
8989<!-- -
9090.. vim: set filetype=markdown:
You can’t perform that action at this time.
0 commit comments