Skip to content

Commit 1450e94

Browse files
authored
Merge pull request #2 from python-project-templates/copier-update-2025-02-02T05-19-46
Update from copier (2025-02-02T05:19:46)
2 parents 710a1e1 + 75553cb commit 1450e94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.copier-answers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 7c534a1
2+
_commit: '9689455'
33
_src_path: https://github.com/python-project-templates/base.git
44
add_extension: python
55

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ dist-build: # build python dists
8686
dist-check: ## run python dist checker with twine
8787
python -m twine check dist/*
8888

89-
dist: clean build dist-build dist-check ## build all dists
89+
dist: clean dist-build dist-check ## build all dists
9090

9191
publish: dist # publish python assets
9292

0 commit comments

Comments
 (0)