Skip to content

docs: add PUBLISHING.md for npm + PyPI release steps - #8

Merged
kurtseifried merged 1 commit into
mainfrom
docs/publishing-guide
Jun 26, 2026
Merged

docs: add PUBLISHING.md for npm + PyPI release steps#8
kurtseifried merged 1 commit into
mainfrom
docs/publishing-guide

Conversation

@kurtseifried

Copy link
Copy Markdown
Contributor

Summary

Adds a maintainer-facing PUBLISHING.md documenting how to publish the SecID client SDKs, and links to it from the README.

Covers:

  • npm @cloudsecurityalliance/secidnpm publish (access:public already in manifest; tests excluded from the tarball).
  • PyPI cloudsecurityalliance-secid — clear dist/python -m buildtwine checktwine upload, with a callout to clear stale artifacts first.
  • Go — no publish step; module-path consumption.
  • Prerequisites (npm org membership / PyPI token), the dry-run/check step before each publish, version immutability, lockstep version bumps, and a clean post-publish install check.

Validation done while writing this

  • npm publish --dry-run: clean, 11 files, no warnings, no test files, access:public.
  • PyPI: python -m build produces cloudsecurityalliance_secid-1.0.0 sdist+wheel; twine check PASSED; the wheel installs in a clean venv and the secid CLI runs.
  • Confirmed neither package exists on its registry yet — both are first publishes at 1.0.0 (nothing to deprecate).

Docs only — no code change.

🤖 Generated with Claude Code

Documents how to publish the client SDKs:
- npm @cloudsecurityalliance/secid (scoped, access:public, tests excluded)
- PyPI cloudsecurityalliance-secid (clear dist/ first, build, twine check, upload)
- Go (no publish; module-path consumption)

Covers prerequisites (npm org membership / PyPI token), the dry-run/check step
before each publish, version immutability, lockstep version bumps, and a clean
post-publish install verification. Notes that both are first-publishes at 1.0.0
(nothing to deprecate). README links to it from a new Publishing section.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@kurtseifried
kurtseifried merged commit defe32a into main Jun 26, 2026
12 checks passed
@kurtseifried
kurtseifried deleted the docs/publishing-guide branch June 26, 2026 01:50
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