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 54a7fc5 commit ed73f9cCopy full SHA for ed73f9c
.circleci/config.yml
@@ -49,6 +49,7 @@ jobs:
49
command: |
50
tag=`git tag --points-at HEAD`
51
if [ $tag ]; then
52
+ echo Uploading
53
python -m twine upload dist/*
54
fi
55
0 commit comments