Skip to content

Commit 900c1ca

Browse files
authored
Merge pull request #97 from python-project-templates/copier-update-2026-09-13T16-03-37Z
Update from Copier (2026-09-13T16-03-37Z)
2 parents 2bfaeaf + f9d1351 commit 900c1ca

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: dcfbd4b
2+
_commit: f43b419
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: python

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ permissions:
2525

2626
jobs:
2727
build:
28-
runs-on: ubuntu-latest
28+
runs-on: ubuntu-24.04
2929

3030
steps:
3131
- name: Checkout

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
docs:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-24.04
1717
if: github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch'
1818
steps:
1919
- name: Checkout

.github/workflows/wiki.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818

1919
jobs:
2020
deploy:
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-24.04
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

0 commit comments

Comments
 (0)