ci: add python release signing dry run#47
Conversation
Signed-off-by: Nathan Gillett <nathan@intentproof.io>
PR SummaryMedium Risk Overview The workflow checks out a caller-provided ref, installs deps, runs unit tests, builds Reviewed by Cursor Bugbot for commit ee06071. Bugbot is set up for automated code reviews on this repo. Configure here. |
Signed-off-by: Nathan Gillett <nathan@intentproof.io>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 0e35822. Configure here.
Signed-off-by: Nathan Gillett <nathan@intentproof.io>

Summary
Test plan
.venv/bin/python -m unittest discover -s tests -v.venv/bin/python -m build --outdir dist .go run github.com/rhysd/actionlint/cmd/actionlint@latest .github/workflows/ci.yml .github/workflows/dco.yml .github/workflows/release-signing-dry-run.ymlReview
No blocking issues found in the internal review. Residual packaging note: the local build emits a setuptools deprecation warning for the existing
project.licensetable shape inpyproject.toml; this predates the release caller and does not block the dry run.