File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22set -ev
33echo " Checking release version $( python setup.py --version) "
44
5- if git tag | grep -qE " ^v$( python setup.py --version) $" ; then echo " Release already exists" ; exit 1; fi
5+ # if git tag | grep -qE "^v$(python setup.py --version)$"; then echo "Release already exists"; exit 1; fi
66if ! grep -q " v$( python setup.py --version) " CHANGELOG.md; then echo " Version missing in CHANGELOG.md" ; exit 1; fi
77
88echo " Checking Done"
Original file line number Diff line number Diff line change 33
44echo " Uploading package to pypi.org"
55
6- # pip install twine
7- # twine upload -u __token__ -p "$PYPI_ORG_TOKEN" dist/gs_api_client-*
6+ pip install twine
7+ twine upload -u __token__ -p " $PYPI_ORG_TOKEN " dist/gs_api_client-*
88
99echo " Upload Done"
You can’t perform that action at this time.
0 commit comments