File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
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 22set -ev
33
44echo " Uploading package to pypi.org"
5+ ls -l
56
7+ python setup.py sdist bdist_wheel
68pip install twine
79twine upload -u __token__ -p " $PYPI_ORG_TOKEN " dist/gs_api_client-*
810
Original file line number Diff line number Diff line change 3232- Replace update_marketplace_template() with update_marketplace_application()
3333- Replace delete_marketplace_template() with delete_marketplace_application()
3434- Replace get_marketplace_template_events() with get_marketplace_application_events()
35+ - Update credential attributes in paas_service_add() endpoint
You can’t perform that action at this time.
0 commit comments