Skip to content

Commit cc00bcd

Browse files
committed
rename package target to build
this makes it more consistent with uv and other build tools
1 parent 6de1e81 commit cc00bcd

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
make lint
4343
make test
44-
make package
44+
make build
4545
make doc
4646
cd .. && rm -rf /tmp/python-project
4747
@@ -59,7 +59,7 @@ jobs:
5959
6060
make lint
6161
make test
62-
make package
62+
make build
6363
make doc
6464
cd .. && rm -rf /tmp/python-project
6565
@@ -77,7 +77,7 @@ jobs:
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
@@ -95,7 +95,7 @@ jobs:
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

{{cookiecutter.project_slug}}/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ doc:
5656
@echo "No documentation set up"
5757
{%- endif %}
5858

59-
.PHONY: package
60-
package:
59+
.PHONY: build
60+
build:
6161
uv build

0 commit comments

Comments
 (0)