File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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.3.2 "
38
+ run : pipx install "poetry==1.4.0 "
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 20
20
steps :
21
21
- uses : actions/checkout@v3
22
22
- name : Install poetry
23
- run : pipx install "poetry==1.3.2 "
23
+ run : pipx install "poetry==1.4.0 "
24
24
25
25
- name : Set up Python ${{ matrix.python-version }}
26
26
uses : actions/setup-python@v4
65
65
- uses : actions/checkout@v3
66
66
67
67
- name : Install poetry
68
- run : pipx install "poetry==1.3.2 "
68
+ run : pipx install "poetry==1.4.0 "
69
69
70
70
- name : Set up Python ${{ matrix.python-version }}
71
71
uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 1
- poetry 1.3.2
1
+ poetry 1.4.0
2
2
python 3.11.0 3.10.7 3.9.13
You can’t perform that action at this time.
0 commit comments