Skip to content

Recognize published PyPI package in release readiness#45

Merged
Evilander merged 2 commits into
masterfrom
postrelease/pypi-readiness
May 14, 2026
Merged

Recognize published PyPI package in release readiness#45
Evilander merged 2 commits into
masterfrom
postrelease/pypi-readiness

Conversation

@Evilander
Copy link
Copy Markdown
Owner

Post-release hardening from the final audit.

  • Adds a PyPI JSON registry check to the release-readiness CLI so audrey-memory==1.0.0 is treated as already published instead of still requiring runtime publish credentials.
  • Keeps the programmatic readiness helper backward-compatible unless registry checking is explicitly requested.
  • Adds focused tests for unpublished/no-credential and already-published PyPI states.

Verification from a fresh clone under .tmp/postrelease-readiness-*:

  • npm ci passed.
  • npm run build passed.
  • npm run typecheck passed.
  • npm run test:artifacts passed.
  • npx vitest run tests/release-readiness-pypi.test.js tests/guardbench.test.js -t "PyPI release readiness|release readiness" passed: 4 tests.
  • npm run release:readiness -- --json passed with npm-package-target and pypi-package-target both marked published.

@Evilander Evilander merged commit b661926 into master May 14, 2026
11 checks passed
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