Skip to content

Commit 3b5b587

Browse files
committed
Install setuptools before installing htmltools
1 parent b2c7551 commit 3b5b587

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ release: dist ## package and upload a release
188188
twine upload dist/*
189189

190190
dist: clean ## builds source and wheel package
191-
pip install build setuptools
191+
pip install build
192192
python -m build --sdist
193193
python -m build --wheel
194194
ls -l dist
@@ -209,6 +209,7 @@ ci-install-wheel: dist FORCE
209209
install-deps: FORCE ## install dependencies
210210
pip install -e ".[dev,test]" --upgrade
211211
ci-install-deps: FORCE
212+
uv pip install setuptools
212213
uv pip install "htmltools @ git+https://github.com/posit-dev/py-htmltools.git"
213214
uv pip install -e ".[dev,test]"
214215

0 commit comments

Comments
 (0)