File tree Expand file tree Collapse file tree 6 files changed +106
-31
lines changed
Expand file tree Collapse file tree 6 files changed +106
-31
lines changed Original file line number Diff line number Diff line change 1919 - name : Install and configure Poetry
2020 uses : snok/install-poetry@v1
2121 with :
22- version : 1.5.1
22+ version : 2.1.3
2323 - name : Install dependencies
2424 run : |
2525 poetry env use '3.10'
Original file line number Diff line number Diff line change 2121 - name : Install and configure Poetry
2222 uses : snok/install-poetry@v1
2323 with :
24- version : 1.5.1
24+ version : 2.1.3
2525 - name : Install dependencies
2626 run : poetry install
2727 - name : Build distributions
Original file line number Diff line number Diff line change 2424 - name : Install and configure Poetry
2525 uses : snok/install-poetry@v1
2626 with :
27- version : 1.5.1
27+ version : 2.1.3
2828
2929 - name : Install dependencies
3030 run : |
Original file line number Diff line number Diff line change 99Make sure the version number has been updated. Do this by updating the version in ` ./pyproject.toml ` :
1010
1111``` toml
12- [tool . poetry ]
12+ [project ]
1313name = " wiremock"
1414version = " 2.7.0"
1515```
You can’t perform that action at this time.
0 commit comments