Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 5363e88

Browse files
author
Joshua Thompson-Lindley
authored
Update build.sh
Signed-off-by: Joshua Thompson-Lindley <[email protected]>
1 parent 67296c9 commit 5363e88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/scripts/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ REPO=$(dirname "$REPO../")
88
REPO=$(dirname "$REPO../")
99

1010
cd $REPO
11-
sudo python3 -m build
12-
sudo python3 -m twine check $REPO/dist/*
11+
python3 -m build
12+
python3 -m twine check $REPO/dist/*

0 commit comments

Comments
 (0)