Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5698963

Browse files
committed
chore: Template upgrade
1 parent 75ff968 commit 5698963

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

.copier-answers.yml

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: 1.10.1
2+
_commit: 1.10.2
33
_src_path: gh:pawamoy/copier-uv
44
author_email: [email protected]
55
author_fullname: Timothée Mazzucotelli

.github/workflows/ci.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: ci
22

33
on:
44
push:
5-
- main
6-
- test-me-*
5+
branches:
6+
- main
7+
- test-me-*
78
pull_request:
89
branches:
910
- main
@@ -36,13 +37,13 @@ jobs:
3637
python-version:
3738
- "3.9"
3839
- "3.13"
39-
include:
40-
- os: ubuntu-latest
41-
python-version: "3.10"
42-
- os: ubuntu-latest
43-
python-version: "3.11"
44-
- os: ubuntu-latest
45-
python-version: "3.12"
40+
include:
41+
- os: ubuntu-latest
42+
python-version: "3.10"
43+
- os: ubuntu-latest
44+
python-version: "3.11"
45+
- os: ubuntu-latest
46+
python-version: "3.12"
4647

4748
runs-on: ${{ matrix.os }}
4849

0 commit comments

Comments
 (0)