sello 0.1.11 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ![Sello banner](docs/assets/sello-banner.png)
1
+ ![Sello banner](https://raw.githubusercontent.com/juanfiguera/sello/main/docs/assets/sello-banner.png)
2
2
 
3
3
  <h1 align="center">Sello</h1>
4
4
 
@@ -54,6 +54,7 @@ python -m twine check dist/*
54
54
  ```
55
55
 
56
56
  The PyPI project uses trusted publishing from `.github/workflows/release.yml`.
57
+ Publishing a GitHub Release for a version tag triggers the PyPI publish job. Use the manual workflow dispatch only when you intentionally want to publish Python without creating a GitHub Release; rerunning the same version is safe because the workflow skips files that already exist on PyPI.
57
58
 
58
59
  ## Publish
59
60
 
@@ -66,6 +67,7 @@ git push origin main --tags
66
67
  After publishing:
67
68
 
68
69
  - Confirm `npm view sello version` shows the new version.
70
+ - Publish a GitHub Release for the pushed tag so PyPI trusted publishing runs.
69
71
  - Confirm `python -m pip index versions sello` shows the new version after PyPI publishing.
70
72
  - Confirm `npx sello --help` works from a clean temp directory.
71
73
  - Confirm GitHub Actions passes on `main`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sello",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Reference implementation of the Sello protocol for service-signed AI agent receipts.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",