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 d39b9ee commit fd02aeaCopy full SHA for fd02aea
build.sh
@@ -4,5 +4,4 @@
4
pip install build==0.9.0
5
6
# build the wheel and install it
7
-WHEEL_NAME=$(python -m build | grep -Po "django_forbid-.*\.whl" | tail -n 1)
8
-pip install dist/$WHEEL_NAME
+python -m build && pip install $(ls dist/django_forbid-*.whl)
0 commit comments