-
Notifications
You must be signed in to change notification settings - Fork 3.8k
WIP add checkbox for release candidate #7464
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Andreas Fehlner <[email protected]>
| run: | | ||
| echo "####################################################################" | ||
| echo "WARNING: This run will publish to pypi-release. Be certain you want to do this." | ||
| echo "publish_pypi_release=${{ github.event.inputs.publish_pypi_release }}" |
Check failure
Code scanning / zizmor
code injection via template expansion Error
| echo "####################################################################" | ||
| echo "WARNING: This run will publish to pypi-release. Be certain you want to do this." | ||
| echo "publish_pypi_release=${{ github.event.inputs.publish_pypi_release }}" | ||
| echo "release_type=${{ github.event.inputs.release_type }}" |
Check failure
Code scanning / zizmor
code injection via template expansion Error
| echo "WARNING: This run will publish to pypi-release. Be certain you want to do this." | ||
| echo "publish_pypi_release=${{ github.event.inputs.publish_pypi_release }}" | ||
| echo "release_type=${{ github.event.inputs.release_type }}" | ||
| echo "confirm_publish_release=${{ github.event.inputs.confirm_publish_release }}" |
Check failure
Code scanning / zizmor
code injection via template expansion Error
| echo "Error: Package version ($package_version) does not match branch version ($branch_version) or expected RC format." | ||
| exit 1 | ||
| # Enforce package version rules depending on selected release_type | ||
| if [ "${{ github.event.inputs.release_type }}" = "release" ]; then |
Check failure
Code scanning / zizmor
code injection via template expansion Error
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7464 +/- ##
=======================================
Coverage 54.48% 54.48%
=======================================
Files 512 512
Lines 31929 31929
Branches 2868 2868
=======================================
Hits 17397 17397
Misses 13749 13749
Partials 783 783 ☔ View full report in Codecov by Sentry. |
Motivation and Context
Fixes #