Skip to content

fix: remove duplicate "Create GitHub release" step in release workflow#683

Merged
paddymul merged 1 commit intomainfrom
fix/release-workflow-duplicate-step
Apr 4, 2026
Merged

fix: remove duplicate "Create GitHub release" step in release workflow#683
paddymul merged 1 commit intomainfrom
fix/release-workflow-duplicate-step

Conversation

@paddymul
Copy link
Copy Markdown
Collaborator

@paddymul paddymul commented Apr 4, 2026

The screenshots PR (#656) introduced a second gh release create call. The first one ran before the build, creating the release early; the second one then failed with HTTP 422 (tag already exists). This also broke retry logic — each retry saw a release existed and bumped to the next version, producing three orphan releases (0.13.3, 0.13.4, 0.14.0).

The screenshots PR (#656) introduced a second `gh release create` call.
The first one ran before the build, creating the release early; the
second one then failed with HTTP 422 (tag already exists). This also
broke retry logic — each retry saw a release existed and bumped to the
next version, producing three orphan releases (0.13.3, 0.13.4, 0.14.0).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@paddymul paddymul merged commit 9bec65f into main Apr 4, 2026
16 of 17 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 4, 2026

📦 TestPyPI package published

pip install --index-strategy unsafe-best-match --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ buckaroo==0.14.0.dev23983207431

or with uv:

uv pip install --index-strategy unsafe-best-match --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ buckaroo==0.14.0.dev23983207431

MCP server for Claude Code

claude mcp add buckaroo-table -- uvx --from "buckaroo[mcp]==0.14.0.dev23983207431" --index-strategy unsafe-best-match --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ buckaroo-table

📖 Docs preview

🎨 Storybook preview

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