We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd3743 commit 45c5b99Copy full SHA for 45c5b99
1 file changed
Makefile
@@ -41,9 +41,9 @@ build-test:
41
uvx --from build pyproject-build
42
python3 -m venv venv
43
. venv/bin/activate
44
- pip install dist/juju-${VERSION}.tar.gz
+ pip install dist/juju-${VERSION}-py3-none-any.whl
45
python3 -c "from juju.controller import Controller"
46
- rm dist/juju-${VERSION}.tar.gz dist/juju-${VERSION}-*.whl
+ rm dist/*.tar.gz dist/*.whl
47
48
.PHONY: release
49
release:
0 commit comments