Skip to content

Commit 64d0484

Browse files
authored
Merge pull request #266 from twsl/copier/update
chore(deps): bump copier project template to v0.4.2-12-gcc8845d
2 parents 7327090 + 84fea46 commit 64d0484

5 files changed

Lines changed: 8 additions & 8 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; NEVER EDIT MANUALLY
2-
_commit: v0.4.2-8-gdf8a45e
2+
_commit: v0.4.2-12-gcc8845d
33
_src_path: git+https://github.com/twsl/python-project-template
44
author_email: 45483159+twsl@users.noreply.github.com
55
author_username: twsl

.github/workflows/copier-delete-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: write
1818
steps:
1919
- name: Delete branch via GitHub API
20-
uses: actions/github-script@v8
20+
uses: actions/github-script@v9
2121
with:
2222
script: |
2323
const owner = context.repo.owner;

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
path: dist/
6464

6565
- name: Upload to release
66-
uses: softprops/action-gh-release@v2
66+
uses: softprops/action-gh-release@v3
6767
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
6868
with:
6969
files: dist/*

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dev = [
5151
"bandit>=1.9.4",
5252
"prek>=0.3.8",
5353
"vulture>=2.16",
54-
"copier>=9.14.1",
54+
"copier>=9.14.3",
5555
"ipykernel>=7.2.0",
5656
"ipywidgets>=8.1.8",
5757
"ipython>=9.10.1",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)