-
Notifications
You must be signed in to change notification settings - Fork 4.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
[BEAM-14494] Tag RC container version to have form ${RELEASE}rc${RC_NUM} #17725
Conversation
R: @tvalentyn |
.github/workflows/build_wheels.yml
Outdated
@@ -128,7 +128,7 @@ jobs: | |||
run: | | |||
RELEASE_VERSION=${{ steps.get_rc_version.outputs.RELEASE_VERSION }} | |||
RC_NUM=${{ steps.get_rc_version.outputs.RC_NUM }} | |||
sed -i -e "s/${RELEASE_VERSION}/${RELEASE_VERSION}rc${RC_NUM}/g" apache_beam/version.py | |||
sed -i -e "s/${RELEASE_VERSION}/${RELEASE_VERSION}_rc${RC_NUM}/g" apache_beam/version.py |
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 think we should fix it the other way around, as the release version follows an established pattern: https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#standards-compliance-for-interoperability
Codecov Report
@@ Coverage Diff @@
## master #17725 +/- ##
==========================================
- Coverage 74.00% 73.99% -0.01%
==========================================
Files 695 695
Lines 91798 91798
==========================================
- Hits 67936 67927 -9
- Misses 22614 22623 +9
Partials 1248 1248
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
LGTM |
Thanks. This should work well for Python, not sure about other SDKs. |
Please add a meaningful description for your change here
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @username
).[BEAM-XXX] Fixes bug in ApproximateQuantiles
, where you replaceBEAM-XXX
with the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.CHANGES.md
with noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI.