From 6854cbd0c0ca65a39cde768884267399a9438844 Mon Sep 17 00:00:00 2001 From: Alaeddin <15094821+BSalaeddin@users.noreply.github.com> Date: Wed, 19 Aug 2026 13:51:31 +0100 Subject: [PATCH] =?UTF-8?q?docs(ci):=20correct=20stale=20publish.yml=20hea?= =?UTF-8?q?der=20=E2=80=94=20trusted=20publishing=20is=20registered=20and?= =?UTF-8?q?=20proven=20since=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cafb248..79716bd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,9 +1,9 @@ -# This workflow uses PyPI Trusted Publishing (OIDC) — no API token/password. It will -# FAIL until a trusted publisher for the `dodomain-sdk` project is registered on PyPI: -# PyPI -> project `dodomain-sdk` -> Publishing -> add GitHub publisher: -# owner: DevinoSolutions, repo: dodomain-python, workflow: publish.yml, -# environment: pypi -# Do NOT dispatch this workflow before that is done. +# This workflow uses PyPI Trusted Publishing (OIDC) — no API token/password. The trusted +# publisher for the `dodomain-sdk` project is REGISTERED on PyPI and proven live: 0.1.0 +# shipped through this exact workflow. Dispatch from main to release the version currently +# in src/dodomain/__init__.py. Note: the registered PyPI publisher stores environment:null +# while this file declares environment:pypi — that mismatch is known and it works; do not +# "fix" it. name: Publish on: