Skip to content

Fix PyPI publish action reference#235

Merged
masa10-f merged 1 commit into
masterfrom
agent/fix-pypi-publish-action-ref
Jul 19, 2026
Merged

Fix PyPI publish action reference#235
masa10-f merged 1 commit into
masterfrom
agent/fix-pypi-publish-action-ref

Conversation

@masa10-f

Copy link
Copy Markdown
Collaborator

Summary

  • replace the unresolved pypa/gh-action-pypi-publish@v1 reference with the supported pypa/gh-action-pypi-publish@release/v1 reference

Root cause

The release workflow failed while GitHub Actions was resolving required actions because the PyPA publisher action does not provide a v1 ref. The supported v1 release branch is release/v1, so no build or publish step could start with the previous reference.

Impact

Future tag-triggered release runs can resolve the PyPI publishing action and proceed to the build and trusted-publishing steps.

Validation

  • parsed .github/workflows/publish-to-pypi.yml successfully as YAML
  • ran git diff --check
  • confirmed the official release/v1 ref exists through the GitHub API
  • confirmed no pypa/gh-action-pypi-publish@v1 reference remains

@codecov

codecov Bot commented Jul 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.23%. Comparing base (4097c52) to head (92cb796).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #235      +/-   ##
==========================================
- Coverage   86.27%   86.23%   -0.05%     
==========================================
  Files          29       29              
  Lines        4635     4635              
  Branches      799      799              
==========================================
- Hits         3999     3997       -2     
- Misses        450      451       +1     
- Partials      186      187       +1     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@masa10-f
masa10-f marked this pull request as ready for review July 19, 2026 20:05
@masa10-f
masa10-f merged commit 909cd68 into master Jul 19, 2026
24 checks passed
@masa10-f
masa10-f deleted the agent/fix-pypi-publish-action-ref branch July 19, 2026 20:05
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