Remove TestPyPI from release workflow; bump to 0.1.5 to unblock publish#18
Merged
Merged
Conversation
The last release run failed at "Publish to PyPI" with:
400 File already exists ('crumb_kit-0.1.4-py3-none-any.whl', ...)
Trusted Publishing / OIDC worked fine — the upload was rejected because
0.1.4 was already on PyPI and a PyPI version is permanent. The package
version was never bumped past the already-published one, so the release
rebuilt 0.1.4 and PyPI refused the duplicate.
- Drop the publish-testpypi job and all TestPyPI references from
release.yml. workflow_dispatch now builds + validates only (a dry-run
that never publishes); real publish happens only on a GitHub Release.
- Bump version 0.1.4 -> 0.1.5 (pyproject.toml, __init__.py, cli.py) so
the next release publishes cleanly; cut CHANGELOG [0.1.5].
- Update RELEASING.md: remove the TestPyPI dry-run path and note the
mandatory version bump before each release.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01C9t38VWrzraPLGkKouDdyf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The last release run failed at "Publish to PyPI" with:
Trusted Publishing / OIDC worked fine — the upload was rejected because
0.1.4 was already on PyPI and a PyPI version is permanent. The package
version was never bumped past the already-published one, so the release
rebuilt 0.1.4 and PyPI refused the duplicate.
release.yml. workflow_dispatch now builds + validates only (a dry-run
that never publishes); real publish happens only on a GitHub Release.
the next release publishes cleanly; cut CHANGELOG [0.1.5].
mandatory version bump before each release.
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_01C9t38VWrzraPLGkKouDdyf