File tree Expand file tree Collapse file tree 12 files changed +16
-16
lines changed
[% if repo_host_type == 'github.com' %].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 @@ -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.15.0
31
+ RUN pipx install pdm==2.15.1
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.15.0
17
+ version : 2.15.1
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.0
13
+ version : 2.15.1
14
14
- id : pages
15
15
name : Setup pages
16
16
uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
@@ -114,7 +114,7 @@ jobs:
114
114
with :
115
115
cache : true
116
116
python-version : " 3.12"
117
- version : 2.15.0
117
+ version : 2.15.1
118
118
- run : env | sort
119
119
- env :
120
120
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.0
25
- - asdf global pdm 2.15.0
24
+ - asdf install pdm 2.15.1
25
+ - asdf global pdm 2.15.1
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 @@ -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.15.0
61
+ pipx install pdm==2.15.1
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.15.0
15
+ pipx install pdm==2.15.1
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.15.0
42
+ pipx install pdm==2.15.1
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.15.0
31
+ RUN pipx install pdm==2.15.1
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 21
21
- env | sort
22
22
pre_create_environment:
23
23
- asdf plugin add pdm
24
- - asdf install pdm 2.15.0
25
- - asdf global pdm 2.15.0
24
+ - asdf install pdm 2.15.1
25
+ - asdf global pdm 2.15.1
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.0
18
+ version: 2.15.1
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