File tree Expand file tree Collapse file tree 12 files changed +16
-16
lines changed
[% if repo_platform == 'github' %].github[% endif %]/workflows Expand file tree Collapse file tree 12 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ ENV PIPX_BIN_DIR=/usr/local/bin
39
39
ENV PIPX_DEFAULT_PYTHON=/usr/local/bin/python
40
40
41
41
# Install pdm
42
- RUN pipx install pdm==2.15.1
42
+ RUN pipx install pdm==2.15.2
43
43
44
44
# Install pre-commit
45
45
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.15.1
17
+ version : 2.15.2
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.15.1
13
+ version : 2.15.2
14
14
- id : pages
15
15
name : Setup pages
16
16
uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
@@ -104,7 +104,7 @@ jobs:
104
104
with :
105
105
cache : true
106
106
python-version : " 3.12"
107
- version : 2.15.1
107
+ version : 2.15.2
108
108
- run : env | sort
109
109
- env :
110
110
PDM_PUBLISH_PASSWORD : ${{ secrets.PDM_PUBLISH_PASSWORD }}
Original file line number Diff line number Diff line change 21
21
- env | sort
22
22
pre_create_environment :
23
23
- asdf plugin add pdm
24
- - asdf install pdm 2.15.1
25
- - asdf global pdm 2.15.1
24
+ - asdf install pdm 2.15.2
25
+ - asdf global pdm 2.15.2
26
26
post_install :
27
27
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make dev-doc
28
28
pre_build :
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Certain system-level Python applications are needed and it is recommended to use
59
59
# Copier: Template rendering for projects.
60
60
pipx install copier==9.2.0
61
61
# PDM: A modern Python package and dependency manager supporting the latest PEP standards.
62
- pipx install pdm==2.15.1
62
+ pipx install pdm==2.15.2
63
63
# Pre-commit: Automates Git hooks for code quality checks.
64
64
pipx install pre-commit==3.7.1
65
65
```
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.15.1
15
+ pipx install pdm==2.15.2
16
16
# Pre-commit: Automates Git hooks for code quality checks.
17
17
pipx install pre-commit==3.7.1
18
18
```
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Certain system-level Python applications are needed and it is recommended to use
38
38
# Copier: Template rendering for projects.
39
39
pipx install copier==9.2.0
40
40
# PDM: A modern Python package and dependency manager supporting the latest PEP standards.
41
- pipx install pdm==2.15.1
41
+ pipx install pdm==2.15.2
42
42
# Pre-commit: Automates Git hooks for code quality checks.
43
43
pipx install pre-commit==3.7.1
44
44
```
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ ENV PIPX_BIN_DIR=/usr/local/bin
39
39
ENV PIPX_DEFAULT_PYTHON=/usr/local/bin/python
40
40
41
41
# Install pdm
42
- RUN pipx install pdm==2.15.1
42
+ RUN pipx install pdm==2.15.2
43
43
44
44
# Install pre-commit
45
45
RUN if [ "${PYTHON_VERSION}" = "3.8" ]; then \
Original file line number Diff line number Diff line change 21
21
- env | sort
22
22
pre_create_environment:
23
23
- asdf plugin add pdm
24
- - asdf install pdm 2.15.1
25
- - asdf global pdm 2.15.1
24
+ - asdf install pdm 2.15.2
25
+ - asdf global pdm 2.15.2
26
26
post_install:
27
27
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make dev-doc
28
28
pre_build:
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.15.1
18
+ version: 2.15.2
19
19
- id: pages
20
20
name: Setup pages
21
21
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
You can’t perform that action at this time.
0 commit comments