Skip to content

Commit 45c5b99

Browse files
committed
chore: weirdly my local build both sdist and wheel, while GHA build a wheel only
1 parent 7cd3743 commit 45c5b99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ build-test:
4141
uvx --from build pyproject-build
4242
python3 -m venv venv
4343
. venv/bin/activate
44-
pip install dist/juju-${VERSION}.tar.gz
44+
pip install dist/juju-${VERSION}-py3-none-any.whl
4545
python3 -c "from juju.controller import Controller"
46-
rm dist/juju-${VERSION}.tar.gz dist/juju-${VERSION}-*.whl
46+
rm dist/*.tar.gz dist/*.whl
4747

4848
.PHONY: release
4949
release:

0 commit comments

Comments
 (0)