Skip to content

Commit c0cea0e

Browse files
committed
Update PDM version in rtd-bootstrap.sh
We were using a pretty old version.
1 parent ee1529d commit c0cea0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/rtd-bootstrap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
set -euxo pipefail
99

1010
mkdir -p build/
11-
curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/2.7.4/install-pdm.py > build/install-pdm.py
11+
curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/2.22.2/install-pdm.py > build/install-pdm.py
1212
mkdir -p build/root/
13-
python build/install-pdm.py --path build/root -v 2.7.4
13+
python build/install-pdm.py --path build/root -v 2.22.2
1414
build/root/bin/pdm install -dG doc

0 commit comments

Comments
 (0)