| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Allow to install cherry_picker with the modern click version
|
Thanks! Do you need a release cut? |
Sorry, something went wrong.
|
It would be nice! |
Sorry, something went wrong.
|
Can you increase/update the version info, and the changelog? After that, create a GitHub tag of the release branch, and it will be automatically released to PyPI. There's a brief write-up here: https://github.com/python/core-workflow/tree/master/cherry_picker#publishing-to-pypi |
Sorry, something went wrong.
|
Will try |
Sorry, something went wrong.
|
v1.2.2 is now on PyPI |
Sorry, something went wrong.
| help=("Path to config file, .cherry_picker.toml " | ||
| "from project root by default"), | ||
| default=None) | ||
| @click.argument('commit_sha1', 'The commit sha1 to be cherry-picked', nargs=1, |
There was a problem hiding this comment.
Why remove the explanation? How is this related to the click dependency update?
Sorry, something went wrong.
There was a problem hiding this comment.
oh, they changed api..
Sorry, something went wrong.
There was a problem hiding this comment.
Explicitly forbade meaningless argument actually. The help was never displayed IIRC
Sorry, something went wrong.
There was a problem hiding this comment.
Oh, nevermind. I've already figured out that it fails with this arg under newer Click: https://travis-ci.org/python/core-workflow/jobs/491106736#L270
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Allow to install cherry_picker with the modern click version