File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838.PHONY : build-test
3939build-test :
4040 rm -rf venv
41- uvx --from build pyproject- build
41+ uv build
4242 python3 -m venv venv
4343 . venv/bin/activate
4444 pip install dist/juju-${VERSION} -py3-none-any.whl
@@ -49,7 +49,7 @@ build-test:
4949release :
5050 git fetch --tags
5151 rm dist/* .tar.gz dist/* .whl || true
52- uvx --from build pyproject- build
52+ uv build
5353 uvx twine check dist/*
5454 uvx twine upload --repository juju dist/*
5555 git tag ${VERSION}
Original file line number Diff line number Diff line change 1+ # Copyright 2024 Canonical Ltd.
2+ # Licensed under the Apache V2, see LICENCE file for details.
3+ """Juju client proxy."""
Original file line number Diff line number Diff line change 1+ # Copyright 2024 Canonical Ltd.
2+ # Licensed under the Apache V2, see LICENCE file for details.
3+ """Juju client proxy for k8s."""
You can’t perform that action at this time.
0 commit comments