Skip to content

Canonicalize URLs to siftfy/ org after repo transfer#3

Merged
cigan1 merged 1 commit into
mainfrom
chore/canonicalize-org-urls
May 4, 2026
Merged

Canonicalize URLs to siftfy/ org after repo transfer#3
cigan1 merged 1 commit into
mainfrom
chore/canonicalize-org-urls

Conversation

@cigan1

@cigan1 cigan1 commented May 4, 2026

Copy link
Copy Markdown
Contributor

Summary

The repo was just transferred from `GipsyChef/siftfy-python` to `siftfy/siftfy-python`. GitHub auto-redirects, but two things bake the path in:

  1. `[project.urls]` in `pyproject.toml` — surfaced verbatim on the PyPI project page sidebar.
  2. CI badge in `README.md` — the badge image's path is hardcoded.

Updating both. The next tagged release will republish with canonical URLs; older pinned versions on PyPI keep the old metadata, which is fine since GitHub redirects.

Reminder for the maintainer

The PyPI Trusted Publisher (OIDC) configuration on `pypi.org/project/siftfy` is currently bound to `GipsyChef/siftfy-python`. Update the Owner field to `siftfy` before the next `git tag v0.x.x` push — otherwise the publish workflow will fail with an OIDC trust mismatch (silently, since the workflow only runs on tag push).

PyPI → `siftfy` project → Manage → Publishing → edit the trusted publisher.

🤖 Generated with Claude Code

Repo moved from GipsyChef/siftfy-python to siftfy/siftfy-python.
GitHub auto-redirects, but the PyPI project page surfaces
[project.urls] verbatim — and the README CI badge bakes the path
into the badge image — so update both to the canonical owner.

The next tagged release will republish to PyPI with the new URLs;
existing pinned versions (0.1.0) retain the old URLs in their
metadata, which is fine: GitHub redirects keep the links live.

Reminder: PyPI Trusted Publisher Owner field also needs to be
updated from GipsyChef to siftfy in the project's Publishing
settings, otherwise the next release will fail OIDC trust.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@cigan1 cigan1 merged commit d11cfa7 into main May 4, 2026
5 checks passed
@cigan1 cigan1 deleted the chore/canonicalize-org-urls branch May 4, 2026 23:53
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