Skip to content

Drop the broken TestPyPI publish job - #36

Merged
Xof merged 1 commit into
mainfrom
drop-testpypi-job
Jun 21, 2026
Merged

Drop the broken TestPyPI publish job#36
Xof merged 1 commit into
mainfrom
drop-testpypi-job

Conversation

@Xof

@Xof Xof commented Jun 21, 2026

Copy link
Copy Markdown
Owner

The django-pglocks name on TestPyPI is held by an unrelated account, so the trusted-publishing token exchange always fails (invalid-publisher) and the publish-testpypi job red-Xed on every tag push. There's no way to claim a name someone else holds, and TestPyPI is only a dry-run.

Change

  • Remove the publish-testpypi job from publish.yml. build + publish-pypi (on a published Release) remain — the real release path is unaffected.
  • Add a header comment explaining why there's no TestPyPI step.

Pre-release validation is done locally instead (uv build + twine check), which is exactly how 2.1.0 was verified before it shipped.

The django-pglocks name on TestPyPI is held by an unrelated account, so the
trusted-publishing token exchange always fails (invalid-publisher) and the
job red-Xed on every tag push. Remove it; build + publish-pypi (on release)
remain. Pre-release validation is done locally (uv build + twine check).
@Xof
Xof merged commit 9d3014b into main Jun 21, 2026
2 of 11 checks passed
@Xof
Xof deleted the drop-testpypi-job branch June 21, 2026 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant