Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@andife
Copy link
Member

@andife andife commented Nov 2, 2025

Motivation and Context

Fixes #

Signed-off-by: Andreas Fehlner <[email protected]>
@andife andife requested a review from a team as a code owner November 2, 2025 16:30
@github-project-automation github-project-automation bot moved this to In progress in PR Tracker Nov 2, 2025
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

code injection via template expansion
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

code injection via template expansion
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

code injection via template expansion
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

code injection via template expansion
@andife andife changed the title WIP add checkobox for release candidate WIP add checkbox for release candidate Nov 2, 2025
@andife andife marked this pull request as draft November 2, 2025 16:31
@codecov
Copy link

codecov bot commented Nov 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.48%. Comparing base (fb80252) to head (31532ad).
✅ All tests successful. No failed tests found.

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.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In progress

Development

Successfully merging this pull request may close these issues.

2 participants