Skip to content

Use workflow_dispatch instead of workflow_call for releases#11

Merged
sdimitro merged 1 commit intodevelopfrom
claude/codecov-and-releases-PjWWP
Jan 29, 2026
Merged

Use workflow_dispatch instead of workflow_call for releases#11
sdimitro merged 1 commit intodevelopfrom
claude/codecov-and-releases-PjWWP

Conversation

@sdimitro
Copy link
Copy Markdown
Owner

PyPI trusted publishing doesn't support reusable workflows, so switch to a two-step manual process:

  1. Run "Cut Release" to create the tag and bump version
  2. Run "Release" manually with the tag to publish to PyPI

Changes:

  • release.yml: Replace workflow_call with workflow_dispatch, add tag input
  • cut-release.yml: Remove the release job that called release.yml, update summary with instructions for the next step

https://claude.ai/code/session_01EbCZH6NCwRCDVVgu68bc9L

PyPI trusted publishing doesn't support reusable workflows, so switch to
a two-step manual process:
1. Run "Cut Release" to create the tag and bump version
2. Run "Release" manually with the tag to publish to PyPI

Changes:
- release.yml: Replace workflow_call with workflow_dispatch, add tag input
- cut-release.yml: Remove the release job that called release.yml,
  update summary with instructions for the next step

https://claude.ai/code/session_01EbCZH6NCwRCDVVgu68bc9L
@sdimitro sdimitro merged commit ac60011 into develop Jan 29, 2026
12 checks passed
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.60%. Comparing base (5b98d27) to head (e28d678).
⚠️ Report is 3 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop      #11   +/-   ##
========================================
  Coverage    92.60%   92.60%           
========================================
  Files            5        5           
  Lines          757      757           
========================================
  Hits           701      701           
  Misses          56       56           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

2 participants