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 3535
3636 - name : Install poetry
3737 if : env.PUBLISH == 'true'
38- run : pipx install "poetry==1.3.2 "
38+ run : pipx install "poetry==1.4.0 "
3939
4040 - name : Set up Python ${{ matrix.python-version }}
4141 if : env.PUBLISH == 'true'
Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v3
2222 - name : Install poetry
23- run : pipx install "poetry==1.3.2 "
23+ run : pipx install "poetry==1.4.0 "
2424
2525 - name : Set up Python ${{ matrix.python-version }}
2626 uses : actions/setup-python@v4
6565 - uses : actions/checkout@v3
6666
6767 - name : Install poetry
68- run : pipx install "poetry==1.3.2 "
68+ run : pipx install "poetry==1.4.0 "
6969
7070 - name : Set up Python ${{ matrix.python-version }}
7171 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
22python 3.11.0 3.10.7 3.9.13
You can’t perform that action at this time.
0 commit comments