Publish distributions to Gitea PyPI registry alongside the release
publish-dlp-io / publish (push) Failing after 1m6s

This commit is contained in:
2026-07-31 16:57:08 +08:00
parent fe1a6ed749
commit 8c108bfd64
5 changed files with 69 additions and 6 deletions
+1
View File
@@ -46,6 +46,7 @@ class WorkflowStep(Enum):
BUILD = "Build and check distribution"
SMOKE = "Smoke test release artifacts"
RELEASE = "Create Gitea release with wheels"
PYPI = "Publish packages to Gitea PyPI"
@dataclass(frozen=True)