Skip to content

Commit 0b58d17

Browse files
build: update build script to check classifiers
1 parent d7c6e29 commit 0b58d17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/build_wheel.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ echo -e "${BGREEN}HEAD${RESET}:"
3838
git_show HEAD
3939
echo
4040

41+
echo "Checking pyproject classifiers..."
42+
python3 ./check_classifiers.py ../pyproject.toml
43+
echo
44+
4145
# ---------------------- FRONTEND ----------------------
4246

4347
pushd ../invokeai/frontend/web >/dev/null

0 commit comments

Comments
 (0)