Skip to content

Commit 75553cb

Browse files
Update from copier (2025-02-02T05:19:46)
1 parent 710a1e1 commit 75553cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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
2-
_commit: 7c534a1
2+
_commit: '9689455'
33
_src_path: https://github.com/python-project-templates/base.git
44
add_extension: python
55
email: t.paine154@gmail.com

Makefile

Lines changed: 1 addition & 1 deletion
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)