You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release mirrors the [official v${VERSION} patch release for Hugo](https://github.com/gohugoio/hugo/releases/tag/v${VERSION}). For the changes incorporated into Hugo with this release, please refer to the [release notes](https://github.com/gohugoio/hugo/releases/tag/v${VERSION}) for Hugo v${VERSION}.
4
+
5
+
The release can be installed and used with any of the following commands:
6
+
7
+
```bash
8
+
# either install it
9
+
pip install hugo
10
+
pipx install hugo
11
+
uv pip install hugo
12
+
uv tool install hugo
13
+
14
+
# or run it directly
15
+
pipx run hugo
16
+
uv run hugo
17
+
uvx hugo
18
+
```
19
+
20
+
on Linux (amd64, aarch64, s390x, ppc64le), macOS (amd64, arm64), and Windows (amd64, arm64, i686).
21
+
${CHANGES_SECTION}
22
+
**Full range of commits**: https://github.com/agriyakhetarpal/hugo-python-distributions/compare/${PREVIOUS_TAG}...v${VERSION}
This release mirrors the [official v${VERSION} release for Hugo](https://github.com/gohugoio/hugo/releases/tag/v${VERSION}). For the changes incorporated into Hugo with this release, please refer to the [release notes](https://github.com/gohugoio/hugo/releases/tag/v${VERSION}) for Hugo v${VERSION}.
4
+
5
+
The release can be installed and used with any of the following commands:
6
+
7
+
```bash
8
+
# either install it
9
+
pip install hugo
10
+
pipx install hugo
11
+
uv pip install hugo
12
+
uv tool install hugo
13
+
14
+
# or run it directly
15
+
pipx run hugo
16
+
uv run hugo
17
+
uvx hugo
18
+
```
19
+
20
+
on Linux (amd64, aarch64, s390x, ppc64le), macOS (amd64, arm64), and Windows (amd64, arm64, i686).
21
+
${CHANGES_SECTION}
22
+
**Full range of commits**: https://github.com/agriyakhetarpal/hugo-python-distributions/compare/${PREVIOUS_TAG}...v${VERSION}
0 commit comments