File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 35
35
36
36
- name : Install poetry
37
37
if : env.PUBLISH == 'true'
38
- run : pipx install "poetry==1.5 .1"
38
+ run : pipx install "poetry==1.6 .1"
39
39
40
40
- name : Set up Python ${{ matrix.python-version }}
41
41
if : env.PUBLISH == 'true'
Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v3
16
16
17
17
- name : Install poetry
18
- run : pipx install "poetry==1.5 .1"
18
+ run : pipx install "poetry==1.6 .1"
19
19
20
20
- name : Set up Python ${{ matrix.python-version }}
21
21
uses : actions/setup-python@v4
59
59
- uses : actions/checkout@v3
60
60
61
61
- name : Install poetry
62
- run : pipx install "poetry==1.5 .1"
62
+ run : pipx install "poetry==1.6 .1"
63
63
64
64
- name : Set up Python ${{ matrix.python-version }}
65
65
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
2
2
python 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:
84
84
- Split out release to separate job so the PyPI Upload docker image isn't pulled on normal runs
85
85
- Clean up CodeQL
86
86
87
- - Poetry: Bump 1.1.x to 1.2 .x
87
+ - Poetry: Bump 1.1.x to 1.6 .x
88
88
89
89
<!-- -
90
90
.. vim: set filetype=markdown:
You can’t perform that action at this time.
0 commit comments