File tree Expand file tree Collapse file tree
{{cookiecutter.project_slug}} Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141
4242 make lint
4343 make test
44- make package
44+ make build
4545 make doc
4646 cd .. && rm -rf /tmp/python-project
4747
5959
6060 make lint
6161 make test
62- make package
62+ make build
6363 make doc
6464 cd .. && rm -rf /tmp/python-project
6565
7777
7878 make lint
7979 make test
80- make package
80+ make build
8181 make doc
8282 cd .. && rm -rf /tmp/tob-r-and-e-python-project
8383
9595
9696 make lint
9797 make test
98- make package
98+ make build
9999 make doc
100100 cd .. && rm -rf /tmp/bit-trails
101101
@@ -114,6 +114,6 @@ jobs:
114114
115115 make lint
116116 make test
117- make package
117+ make build
118118 make doc
119119 cd .. && rm -rf /tmp/python-project
Original file line number Diff line number Diff line change 5656 @echo " No documentation set up"
5757{%- endif %}
5858
59- .PHONY : package
60- package :
59+ .PHONY : build
60+ build :
6161 uv build
You can’t perform that action at this time.
0 commit comments