We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 710a1e1 + 75553cb commit 1450e94Copy full SHA for 1450e94
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 7c534a1
+_commit: '9689455'
3
_src_path: https://github.com/python-project-templates/base.git
4
add_extension: python
5
email: [email protected]
Makefile
@@ -86,7 +86,7 @@ dist-build: # build python dists
86
dist-check: ## run python dist checker with twine
87
python -m twine check dist/*
88
89
-dist: clean build dist-build dist-check ## build all dists
+dist: clean dist-build dist-check ## build all dists
90
91
publish: dist # publish python assets
92
0 commit comments