@marleena/trb-proto 1.0.36 → 1.0.37

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.
Files changed (2) hide show
  1. package/README.md +11 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -69,7 +69,17 @@ stub.ListSupported(pb.ListSupportedRequest())
69
69
 
70
70
  [Release](.github/workflows/release.yml) на коммит `v1.2.3` в `main`: npm (если версии ещё нет), PyPI `trb-proto` и `POST /fetch/...` на [pkg.go.dev](https://pkg.go.dev/github.com/Mar1eena/trb_proto).
71
71
 
72
- Trusted Publisher: npm — GitHub `Mar1eena` / `TrB_proto` / `release.yml`; PyPI — trusted publisher для `trb-proto` (GitHub Actions OIDC).
72
+ Trusted Publisher: npm — GitHub `Mar1eena` / `TrB_proto` / `release.yml`; PyPI — [Pending publisher](https://pypi.org/manage/account/publishing/) для `trb-proto`:
73
+
74
+ | Поле | Значение |
75
+ |---|---|
76
+ | PyPI project name | `trb-proto` |
77
+ | Owner | `Mar1eena` |
78
+ | Repository | `TrB_proto` |
79
+ | Workflow name | `release.yml` |
80
+ | Environment name | *(оставить пустым)* |
81
+
82
+ Pending publisher нужен **до первого** `make rel`, если проекта `trb-proto` на PyPI ещё нет.
73
83
 
74
84
  ## Релиз
75
85
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marleena/trb-proto",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
4
4
  "description": "Generated protobuf messages and gRPC-Web clients for TrB services",
5
5
  "license": "MIT",
6
6
  "repository": {