fix: ensure semantic-release creates v1.0.0 with wheel uploads#96
Merged
Conversation
fgogolli
force-pushed
the
fix/semantic-release-v1-release
branch
7 times, most recently
from
January 5, 2026 22:23
f89d61f to
4f672ff
Compare
- Add git reset to ensure workflow runs on exact commit SHA - Add ref checkout and Force branch to workflow SHA step - Add missing permissions (actions: read, issues: read) - Make dist_glob_patterns specific for .whl and .tar.gz files - Disable PyPI publishing (dist = false) until OIDC is configured - Add version_toml configuration for semantic-release to handle pyproject.toml - Update generate_pyproject.py to not overwrite semantic-release version updates - Simplify build target to let semantic-release handle versioning - Add custom release notes template with proper section ordering - Delete stray :wq! file - This ensures semantic-release works correctly and attaches build artifacts
fgogolli
force-pushed
the
fix/semantic-release-v1-release
branch
from
January 5, 2026 22:23
4f672ff to
ed43917
Compare
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.
Description
Fixes semantic-release to properly create v1.0.0 release with wheel attachments by ensuring the workflow runs on the exact commit SHA and specifying correct build artifact patterns.
Type of Change
Related Issues
Fixes semantic-release 401 errors and missing wheel attachments in GitHub releases
How Has This Been Tested?
Previous semantic-release runs failed due to commit alignment issues and missing build artifacts.
Test Configuration
Checklist
Additional Notes
This combines the essential fixes:
Performance Impact
Security Considerations
Dependencies
No dependency changes
Deployment Notes
After merge, semantic-release should successfully create v1.0.0 release with wheel and source distribution files attached.