Skip to content

[codex] align TestPyPI workflow action versions#23

Merged
stacknil merged 1 commit into
mainfrom
codex/align-testpypi-actions
Apr 28, 2026
Merged

[codex] align TestPyPI workflow action versions#23
stacknil merged 1 commit into
mainfrom
codex/align-testpypi-actions

Conversation

@stacknil
Copy link
Copy Markdown
Owner

Summary

Align the sbom-diff-and-risk TestPyPI workflow action pins with the current CI baseline.

This PR updates only .github/workflows/sbom-diff-and-risk-testpypi.yml:

  • actions/checkout@v5 -> actions/checkout@v6
  • actions/upload-artifact@v4 -> actions/upload-artifact@v7
  • actions/download-artifact@v4 -> actions/download-artifact@v8

Safety behavior preserved

The TestPyPI workflow remains manually gated. publish_to_testpypi still defaults to false, and the publish-testpypi job still requires workflow_dispatch with explicit publish_to_testpypi=true.

This PR does not add a production PyPI workflow, does not change package metadata, does not touch CLI behavior, and does not alter release assets or publishing policy.

Validation

  • git diff --check
  • Confirmed only .github/workflows/sbom-diff-and-risk-testpypi.yml changed
  • Confirmed .github/workflows/ still contains no production PyPI workflow
  • Confirmed TestPyPI publish target remains https://test.pypi.org/legacy/

After merge, run the no-publish workflow dispatch on main:

gh workflow run sbom-diff-and-risk-testpypi.yml --ref main -f publish_to_testpypi=false

Expected result: build/check succeeds and the TestPyPI publish job is skipped.

@stacknil stacknil marked this pull request as ready for review April 28, 2026 08:37
@stacknil stacknil merged commit f89cf3f into main Apr 28, 2026
4 checks passed
@stacknil stacknil deleted the codex/align-testpypi-actions branch April 28, 2026 08:38
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