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
I'm using Travis to Auto-publish to PyPi (https://docs.travis-ci.com/user/deployment/pypi/) once a PR was merged to master. I'm also using mergify (https://mergify.io/) to automatically merge PyUp PR's once all tests had passed.
In order to do deploy a new version, I need to update the version value in setup.py.
I would like to add the option to bump it automatically by the bot while it updates the requirements files.
What are your thoughts?
Thanks,
Shlomi
The text was updated successfully, but these errors were encountered:
Hey,
I'm using Travis to Auto-publish to PyPi (https://docs.travis-ci.com/user/deployment/pypi/) once a PR was merged to master. I'm also using
mergify
(https://mergify.io/) to automatically merge PyUp PR's once all tests had passed.In order to do deploy a new version, I need to update the
version
value insetup.py
.I would like to add the option to bump it automatically by the bot while it updates the requirements files.
What are your thoughts?
Thanks,
Shlomi
The text was updated successfully, but these errors were encountered: