We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c7551 commit 3b5b587Copy full SHA for 3b5b587
Makefile
@@ -188,7 +188,7 @@ release: dist ## package and upload a release
188
twine upload dist/*
189
190
dist: clean ## builds source and wheel package
191
- pip install build setuptools
+ pip install build
192
python -m build --sdist
193
python -m build --wheel
194
ls -l dist
@@ -209,6 +209,7 @@ ci-install-wheel: dist FORCE
209
install-deps: FORCE ## install dependencies
210
pip install -e ".[dev,test]" --upgrade
211
ci-install-deps: FORCE
212
+ uv pip install setuptools
213
uv pip install "htmltools @ git+https://github.com/posit-dev/py-htmltools.git"
214
uv pip install -e ".[dev,test]"
215
0 commit comments