You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer i do not want to constantly have to:
Edit setup.py's version
rm -r dist/*
twine upload
I want to push code and have cloud build do the packaging (and testing, but hey, we need tests) for me.
Goal:
Setup Cloud Build to bump the version in setup.py and twine upload to pypi. Bonus points for updating the release section.
The text was updated successfully, but these errors were encountered:
As a developer i do not want to constantly have to:
setup.py
's versionrm -r dist/*
I want to push code and have cloud build do the packaging (and testing, but hey, we need tests) for me.
Goal:
Setup Cloud Build to bump the version in
setup.py
andtwine upload
to pypi. Bonus points for updating the release section.The text was updated successfully, but these errors were encountered: