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 d7c6e29 commit 0b58d17Copy full SHA for 0b58d17
scripts/build_wheel.sh
@@ -38,6 +38,10 @@ echo -e "${BGREEN}HEAD${RESET}:"
38
git_show HEAD
39
echo
40
41
+echo "Checking pyproject classifiers..."
42
+python3 ./check_classifiers.py ../pyproject.toml
43
+echo
44
+
45
# ---------------------- FRONTEND ----------------------
46
47
pushd ../invokeai/frontend/web >/dev/null
0 commit comments