We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928aca3 commit 1772bf8Copy full SHA for 1772bf8
files/usr/local/bin/publish.sh
@@ -16,4 +16,4 @@ sed -i "s/$VERSION_PLACEHOLDER/version='$VERSION',/" $PROJECT_DIR/setup.py
16
17
DIST_DIR=$PROJECT_DIR/dist
18
python setup.py sdist --dist-dir $DIST_DIR
19
-twine upload dist/wayscript-$VERSION.tar.gz
+twine upload ./dist/wayscript-$VERSION.tar.gz
0 commit comments