Skip to content

Commit 738969c

Browse files
WIP
1 parent 1772bf8 commit 738969c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

files/usr/local/bin/publish.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set -e
44
set -x
55

66
PROJECT_DIR=/usr/local/src/project
7+
pwd
78

89
# set version here. tag-version will blow the script up if it is not a clean working copy.
910
VERSION=$(tag-version)
@@ -16,4 +17,5 @@ sed -i "s/$VERSION_PLACEHOLDER/version='$VERSION',/" $PROJECT_DIR/setup.py
1617

1718
DIST_DIR=$PROJECT_DIR/dist
1819
python setup.py sdist --dist-dir $DIST_DIR
20+
ls -la
1921
twine upload ./dist/wayscript-$VERSION.tar.gz

0 commit comments

Comments
 (0)