Skip to content

Commit cbaafc5

Browse files
authored
Merge pull request #13 from python-project-templates/copier-update-2025-08-11T17-43-14
Update from copier (2025-08-11T17:43:14)
2 parents 8a44c96 + eb319d2 commit cbaafc5

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.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: f3ffa74
2+
_commit: fa27c8d
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: python

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python-version: ["3.11"]
3434

3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737

3838
- uses: actions-ext/python/setup@main
3939
with:

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ js/coverage
138138
js/dist
139139
js/lib
140140
js/node_modules
141+
js/test-results
142+
js/playwright-report
141143
js/*.tgz
142144
hatch_rust/extension
143145

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dist-check: ## run python dist checker with twine
100100

101101
dist: clean dist-build dist-check ## build all dists
102102

103-
publish: dist # publish python assets
103+
publish: dist ## publish python assets
104104

105105
#########
106106
# CLEAN #

0 commit comments

Comments
 (0)