Skip to content

Commit 5caec6e

Browse files
authored
Merge pull request #54 from python-project-templates/copier-update-2025-08-11T17-43-08
Update from copier (2025-08-11T17:43:08)
2 parents f04989f + 34f2aaf commit 5caec6e

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

.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
yardang/extension
143145

Makefile

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

109109
dist: clean dist-build dist-check ## build all dists
110110

111-
publish: dist # publish python assets
111+
publish: dist ## publish python assets
112112

113113
#########
114114
# CLEAN #

0 commit comments

Comments
 (0)