Skip to content

Commit 598a8f1

Browse files
committed
Fix the wheel installation
1 parent 257c40c commit 598a8f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
pip install build==0.9.0
55

66
# build the wheel and install it
7-
WHEEL_NAME=$(python -m build | grep -Po "django_mermaid-.*\.whl" | tail -n 1)
8-
pip install dist/$WHEEL_NAME
7+
python -m build
8+
pip install dist/*.whl

0 commit comments

Comments
 (0)