Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Loading