Skip to content

Commit

Permalink
Regenerated examples for f589659
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Aug 5, 2024
1 parent f589659 commit d6b6f22
Show file tree
Hide file tree
Showing 9 changed files with 15 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: 384ca92
_commit: f5eb54b
_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 @@ -25,6 +25,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
allow-prereleases: true

- name: Install dependencies
run: |
Expand Down
3 changes: 3 additions & 0 deletions examples/calver_inc/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.8"
allow-prereleases: true

- name: Install dependencies
run: |
Expand Down Expand Up @@ -79,6 +80,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
allow-prereleases: true

- name: Install dependencies
run: |
Expand All @@ -97,6 +99,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.8"
allow-prereleases: true

- name: Install dependencies
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: 102f872
_commit: e1cff8e
_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 @@ -25,6 +25,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
allow-prereleases: true

- name: Install dependencies
run: |
Expand Down
3 changes: 3 additions & 0 deletions examples/calver_month/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.8"
allow-prereleases: true

- name: Install dependencies
run: |
Expand Down Expand Up @@ -79,6 +80,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
allow-prereleases: true

- name: Install dependencies
run: |
Expand All @@ -97,6 +99,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.8"
allow-prereleases: true

- name: Install dependencies
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: 57e8f98
_commit: 9c0b68e
_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 @@ -25,6 +25,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
allow-prereleases: true

- name: Install dependencies
run: |
Expand Down
3 changes: 3 additions & 0 deletions examples/default/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.8"
allow-prereleases: true

- name: Install dependencies
run: |
Expand Down Expand Up @@ -79,6 +80,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
allow-prereleases: true

- name: Install dependencies
run: |
Expand All @@ -97,6 +99,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.8"
allow-prereleases: true

- name: Install dependencies
run: |
Expand Down

0 comments on commit d6b6f22

Please sign in to comment.