Skip to content

Commit c508210

Browse files
authored
Merge pull request #39 from dau-dev/copier-update-2025-08-11T17-50-56
Update from copier (2025-08-11T17:50:56)
2 parents 279c22c + 293c222 commit c508210

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ js/coverage
141141
js/dist
142142
js/lib
143143
js/node_modules
144+
js/test-results
145+
js/playwright-report
144146
js/*.tgz
145147
verilator/extension
146148

Makefile

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

126126
dist: clean dist-build dist-check ## build all dists
127127

128-
publish: dist # publish python assets
128+
publish: dist ## publish python assets
129129

130130
#########
131131
# CLEAN #

0 commit comments

Comments
 (0)