Skip to content

Commit 319e6b4

Browse files
author
Jordan Mance
committed
Still working on fixing build:
1 parent 85eca10 commit 319e6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy-pypi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
SCRIPTPATH="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
44

5-
cd ../src
5+
cd "$SCRIPTPATH/../src"
66

77
rm dist/* || echo "Dist already gone."
88

0 commit comments

Comments
 (0)