Skip to content

Commit 1772bf8

Browse files
Update dist path
1 parent 928aca3 commit 1772bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/usr/local/bin/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ sed -i "s/$VERSION_PLACEHOLDER/version='$VERSION',/" $PROJECT_DIR/setup.py
1616

1717
DIST_DIR=$PROJECT_DIR/dist
1818
python setup.py sdist --dist-dir $DIST_DIR
19-
twine upload dist/wayscript-$VERSION.tar.gz
19+
twine upload ./dist/wayscript-$VERSION.tar.gz

0 commit comments

Comments
 (0)