File tree Expand file tree Collapse file tree 4 files changed +6
-10
lines changed
.github/workflows/actions/python-poetry
{{cookiecutter.project_name}}
.github/workflows/actions/python-poetry Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1414 - name : ✨ Install Poetry
1515 shell : bash
1616 run : |
17- python3 -m pip install \
18- "poetry==${{ inputs.poetry_version }}.*" \
19- "poetry-dynamic-versioning"
17+ python3 -m pip install "poetry==${{ inputs.poetry_version }}.*"
2018 python3 -m pip install --upgrade requests
2119
2220 - name : 🐍 Set up Python
Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ Via [`pipx`][pipx]:
3131``` console
3232pip install pipx
3333pipx install poetry
34- pipx inject poetry poetry-dynamic-versioning poetry- pre-commit-plugin
34+ pipx inject poetry poetry-pre-commit-plugin
3535```
3636
3737Via ` pip ` :
3838
3939``` console
4040pip install poetry
41- poetry self add poetry-dynamic-versioning poetry- pre-commit-plugin
41+ poetry self add poetry-pre-commit-plugin
4242```
4343
4444## New project creation
Original file line number Diff line number Diff line change 1414 - name : ✨ Install Poetry
1515 shell : bash
1616 run : |
17- python3 -m pip install \
18- "poetry==${{ "{{" }} inputs.poetry_version }}.*" \
19- "poetry-dynamic-versioning"
17+ python3 -m pip install "poetry==${{ "{{" }} inputs.poetry_version }}.*"
2018 python3 -m pip install --upgrade requests
2119
2220 - name : 🐍 Set up Python
Original file line number Diff line number Diff line change @@ -49,14 +49,14 @@ Via [`pipx`][pipx]:
4949``` console
5050pip install pipx
5151pipx install poetry
52- pipx inject poetry poetry-dynamic-versioning poetry- pre-commit-plugin
52+ pipx inject poetry poetry-pre-commit-plugin
5353```
5454
5555Via ` pip ` :
5656
5757``` console
5858pip install poetry
59- poetry self add poetry-dynamic-versioning poetry- pre-commit-plugin
59+ poetry self add poetry-pre-commit-plugin
6060```
6161
6262### Development tasks
You can’t perform that action at this time.
0 commit comments