Skip to content
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: add ability to dry-run release #802

Merged

Conversation

mkniewallner
Copy link
Collaborator

PR Checklist

  • A description of the changes is added to the description of this PR.
  • If there is a related issue, make sure it is linked to this PR.
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added or modified a feature, documentation in docs is updated

Description of changes

Add ability to manually trigger the release in dry-run mode (skipping upload and doc update steps). This will make it possible to test that we can build the wheels and source distribution properly before releasing, or when we do major changes to how they are built.

Tested in my fork, it works as expected (steps skipped on manual trigger, but not on real releases).

Copy link

codecov bot commented Aug 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.0%. Comparing base (fc98954) to head (72339b2).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #802   +/-   ##
=====================================
  Coverage   93.0%   93.0%           
=====================================
  Files         37      37           
  Lines        961     961           
  Branches     173     173           
=====================================
  Hits         894     894           
  Misses        51      51           
  Partials      16      16           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mkniewallner mkniewallner merged commit e4e1c96 into fpgmaas:main Aug 10, 2024
25 checks passed
@mkniewallner mkniewallner deleted the ci/add-ability-to-dry-run-release branch August 10, 2024 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant