-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[ci][py] Update latest index for new Nightly upload #14739
Conversation
PR Reviewer Guide 🔍(Review updated until commit 911245f)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
08ceab9
to
d646594
Compare
CI Failure Feedback 🧐(Checks updated until commit 5678b5d)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
d3adc09
to
0b85cee
Compare
0cc9230
to
651ddd2
Compare
Signed-off-by: Viet Nguyen Duc <[email protected]>
Persistent review updated to latest commit 911245f |
PR Code Suggestions ✨Explore these optional code suggestions:
|
Signed-off-by: Viet Nguyen Duc <[email protected]>
Signed-off-by: Viet Nguyen Duc <[email protected]>
User description
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
Nightly build upload to TestPyPi is marked as Pre-release, so when install via
pip install -i https://test.pypi.org/simple/selenium
, it doesn't actually install the latest Nightly.When referring to few answer, they mentioned something like
So, the versioning scheme doesn't include any terms to make every upload should be updated as latest
For example: https://test.pypi.org/project/selenium/#history, https://test.pypi.org/project/selenium/#description - it navigates to the latest version and pip install command updated accordingly.
Motivation and Context
Types of changes
Checklist
PR Type
enhancement
Description
Changes walkthrough 📝
conf.py
Update release version format in documentation
py/docs/source/conf.py
__init__.py
Modify version format in Selenium init file
py/selenium/init.py
__version__
format to remove pre-release identifiers.__init__.py
Adjust version format in WebDriver init file
py/selenium/webdriver/init.py
__version__
format to remove pre-release identifiers.setup.py
Change version format in setup configuration
py/setup.py
Rakefile
Update nightly version pattern in Rakefile
Rakefile
identifiers.
BUILD.bazel
Revise version format in Bazel build configuration
py/BUILD.bazel