Skip to content

chore: bump version to 0.12.8 and add CHANGELOG entry (fix DAK-7230)#177

Merged
ferhimedamine merged 2 commits into
mainfrom
fix/bump-version-dak7230
Jun 26, 2026
Merged

chore: bump version to 0.12.8 and add CHANGELOG entry (fix DAK-7230)#177
ferhimedamine merged 2 commits into
mainfrom
fix/bump-version-dak7230

Conversation

@ferhimedamine

Copy link
Copy Markdown
Contributor

Summary

Fixes the PyPI publish pipeline failure (DAK-7230).

Root cause: GitHub Release v0.12.8 was created but pyproject.toml still had version = "0.12.7". The publish workflow checked out the tagged commit and tried to upload dakera-0.12.7-py3-none-any.whl, which already existed on PyPI → 400 error.

Fix: Bump pyproject.toml version to 0.12.8 + add CHANGELOG entry.

Post-merge: Delete release v0.12.8, move tag to this merged commit, republish release to re-trigger the workflow.

Verification

After merge: PyPI publish workflow should succeed uploading dakera-0.12.8-py3-none-any.whl.

🤖 Generated with Claude Code

pyproject.toml had version 0.12.7 when GitHub Release v0.12.8 was created,
causing PyPI publish to fail with "File already exists" for the old version.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ferhimedamine ferhimedamine added the auto-merge Auto-merge when CI passes label Jun 26, 2026
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ferhimedamine ferhimedamine merged commit 19ce92b into main Jun 26, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge Auto-merge when CI passes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant