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 a96ef32 commit 14f8982Copy full SHA for 14f8982
build.sh
@@ -3,5 +3,5 @@
3
pip install build
4
5
# build the wheel and install it
6
-WHEEL_NAME=$(python -m build | grep -Po "fastapi_oauth2-.*\.whl" | tail -n 1)
+WHEEL_NAME=$(python -m build | grep -Po "fastapi_oauth2-\S*\.whl" | tail -n 1)
7
pip install dist/$WHEEL_NAME
0 commit comments