File tree Expand file tree Collapse file tree 10 files changed +12
-12
lines changed
[% if repo_host_type == 'github.com' %].github[% endif %]/workflows Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ ENV PIPX_BIN_DIR=/usr/local/bin
28
28
ENV PIPX_DEFAULT_PYTHON=/usr/local/bin/python
29
29
30
30
# Install pdm
31
- RUN pipx install pdm==2.14 .0
31
+ RUN pipx install pdm==2.15 .0
32
32
33
33
# Install pre-commit
34
34
RUN if [ "${PYTHON_VERSION}" = "3.8" ]; then \
Original file line number Diff line number Diff line change 14
14
with :
15
15
cache : true
16
16
python-version : ${{ matrix.python-version }}
17
- version : 2.14 .0
17
+ version : 2.15 .0
18
18
- id : pages
19
19
name : Setup pages
20
20
uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
Original file line number Diff line number Diff line change 10
10
with :
11
11
cache : true
12
12
python-version : " 3.12"
13
- version : 2.14 .0
13
+ version : 2.15 .0
14
14
- id : pages
15
15
name : Setup pages
16
16
uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
@@ -112,7 +112,7 @@ jobs:
112
112
with :
113
113
cache : true
114
114
python-version : " 3.12"
115
- version : 2.14 .0
115
+ version : 2.15 .0
116
116
- run : env | sort
117
117
- env :
118
118
PDM_PUBLISH_PASSWORD : ${{ secrets.PDM_PUBLISH_PASSWORD }}
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Certain system-level Python applications are needed and it is recommended to use
58
58
# Copier: Template rendering for projects.
59
59
pipx install copier==9.2.0
60
60
# PDM: A modern Python package and dependency manager supporting the latest PEP standards.
61
- pipx install pdm==2.14 .0
61
+ pipx install pdm==2.15 .0
62
62
# Pre-commit: Automates Git hooks for code quality checks.
63
63
pipx install pre-commit==3.7.0
64
64
```
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Using `pipx` for management is recommended and you can find pipx's installation
12
12
13
13
``` bash
14
14
# PDM: A modern Python package and dependency manager supporting the latest PEP standards.
15
- pipx install pdm==2.14 .0
15
+ pipx install pdm==2.15 .0
16
16
# Pre-commit: Automates Git hooks for code quality checks.
17
17
pipx install pre-commit==3.7.0
18
18
```
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Certain system-level Python applications are needed and it is recommended to use
39
39
# Copier: Template rendering for projects.
40
40
pipx install copier==9.2.0
41
41
# PDM: A modern Python package and dependency manager supporting the latest PEP standards.
42
- pipx install pdm==2.14 .0
42
+ pipx install pdm==2.15 .0
43
43
# Pre-commit: Automates Git hooks for code quality checks.
44
44
pipx install pre-commit==3.7.0
45
45
```
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ ENV PIPX_BIN_DIR=/usr/local/bin
28
28
ENV PIPX_DEFAULT_PYTHON=/usr/local/bin/python
29
29
30
30
# Install pdm
31
- RUN pipx install pdm==2.14 .0
31
+ RUN pipx install pdm==2.15 .0
32
32
33
33
# Install pre-commit
34
34
RUN if [ "${PYTHON_VERSION}" = "3.8" ]; then \
Original file line number Diff line number Diff line change 15
15
with:
16
16
cache: true
17
17
python-version: {{ '${{ matrix.python-version }}' }}
18
- version: 2.14 .0
18
+ version: 2.15 .0
19
19
- id: pages
20
20
name: Setup pages
21
21
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
Original file line number Diff line number Diff line change 11
11
with:
12
12
cache: true
13
13
python-version: "{{ default_py }}"
14
- version: 2.14 .0
14
+ version: 2.15 .0
15
15
- id: pages
16
16
name: Setup pages
17
17
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
@@ -123,7 +123,7 @@ jobs:
123
123
with:
124
124
cache: true
125
125
python-version: "{{ default_py }}"
126
- version: 2.14 .0
126
+ version: 2.15 .0
127
127
- run: env | sort
128
128
- env:
129
129
PDM_PUBLISH_PASSWORD: {{ '${{ secrets.PDM_PUBLISH_PASSWORD }}' }}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Using `pipx` for management is recommended and you can find pipx's installation
12
12
13
13
``` bash
14
14
# PDM: A modern Python package and dependency manager supporting the latest PEP standards.
15
- pipx install pdm==2.14 .0
15
+ pipx install pdm==2.15 .0
16
16
# Pre-commit: Automates Git hooks for code quality checks.
17
17
pipx install pre-commit==3.7.0
18
18
```
You can’t perform that action at this time.
0 commit comments