Skip to content

Bump version before publishing to PyPI - #1

Merged
robzolkos merged 1 commit into
masterfrom
fix/release-workflow-order
Jan 2, 2026
Merged

Bump version before publishing to PyPI#1
robzolkos merged 1 commit into
masterfrom
fix/release-workflow-order

Conversation

@robzolkos

Copy link
Copy Markdown
Owner

Summary

  • Consolidate version-bump and release into a single workflow
  • Trigger on release published event
  • Bump version in pyproject.toml and src/fizzy/__init__.py first
  • Then build and publish to PyPI with the updated version

Test plan

  • Create a test release to verify workflow runs in correct order

- Consolidate version-bump and release into single workflow
- Trigger on release published event
- Bump version in pyproject.toml and __init__.py first
- Then build and publish to PyPI with updated version
@robzolkos
robzolkos merged commit da452ce into masterJan 2, 2026
5 checks passed
@robzolkos
robzolkos deleted the fix/release-workflow-order branch January 2, 2026 04:42
Sign up for freeto 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

@robzolkos