Skip to content

Commit

Permalink
Regenerated examples for 4f5f3ab
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Mar 22, 2024
1 parent 4f5f3ab commit b5e152e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/calver_inc/.copier/package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: 763f299
_commit: 26e3aa1
_src_path: .
author_email: johndoe@example.com
author_name: John Doe
Expand Down
1 change: 1 addition & 0 deletions examples/calver_inc/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
with:
python-version: 3.12
extra-python-dependencies: hatch
use-uv: true

- name: Build package
run: |
Expand Down
1 change: 1 addition & 0 deletions examples/calver_inc/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
python-version: 3.8
extra-python-dependencies: nox
use-uv: true

- id: set-matrix
run: |
Expand Down
2 changes: 1 addition & 1 deletion examples/calver_month/.copier/package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: 1a77665
_commit: 9fa81d0
_src_path: .
author_email: johndoe@example.com
author_name: John Doe
Expand Down
1 change: 1 addition & 0 deletions examples/calver_month/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
with:
python-version: 3.12
extra-python-dependencies: hatch
use-uv: true

- name: Build package
run: |
Expand Down
1 change: 1 addition & 0 deletions examples/calver_month/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
python-version: 3.8
extra-python-dependencies: nox
use-uv: true

- id: set-matrix
run: |
Expand Down
2 changes: 1 addition & 1 deletion examples/default/.copier/package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: 635b669
_commit: 8751e1a
_src_path: .
author_email: johndoe@example.com
author_name: John Doe
Expand Down
1 change: 1 addition & 0 deletions examples/default/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
with:
python-version: 3.12
extra-python-dependencies: hatch
use-uv: true

- name: Build package
run: |
Expand Down
1 change: 1 addition & 0 deletions examples/default/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
python-version: 3.8
extra-python-dependencies: nox
use-uv: true

- id: set-matrix
run: |
Expand Down

0 comments on commit b5e152e

Please sign in to comment.