-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Github Action - Prepare Python Release #12596
Conversation
Can we test this first with Nightly releases? Please check #12207 |
@diemol yea this can be tested with nightlies. I removed the change log stuff since this would ultimately get absorbed in the nightly workflow. I'd like to see this ran manually once and then have the python-ci ran to make sure stuff is fine ( locally was good ) and then I can get this integrated with the nightly workflow and remove this workflow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer that a tag is created locally and when it is pushed triggers the release.
Thank you for your efforts, @RevealOscar! Thanks to the scripts @titusfortner did to automate releases, I completed this work and got some inspiration from this PR. We are now publishing nightly builds to TestPyPi. The Selenium Downloads page has also been updated. |
Thanks for contributing to Selenium!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Added a script and workflow to help with python releases. This is an initial version of this workflow. Given a release version, this workflow will update the bazel/python/rst files. This will only touch the files included here .
Some important notes:
Motivation and Context
Read slack and seen a place where I can contribute. This does not do the full python release yet but does alleviate some pain as there are many files to edit.
Types of changes
Checklist