Skip to content

Commit baa5fe1

Browse files
authored
Update auto-publish workflow to Python 3.12 (#41)
See also: Bikeshed Major Version updates (v6 and v7) and Python min version update (3.12): https://lists.w3.org/Archives/Public/spec-prod/2025OctDec/0004.html
1 parent a24aead commit baa5fe1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/auto-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
contents: write
1212
steps:
1313
- uses: actions/checkout@v6
14+
- uses: actions/setup-python@v5
15+
with:
16+
python-version: '3.12'
1417
- uses: w3c/spec-prod@v2
1518
with:
1619
GH_PAGES_BRANCH: gh-pages

0 commit comments

Comments
 (0)