Commit 2576487
committed
fix: disable PyPI publishing in semantic-release configuration
- Add [tool.semantic_release.publish] dist = false to prevent PyPI publishing
- Preserve upload_to_vcs_release = true for GitHub releases
- Maintain all branch configuration (main, release, feature)
- Keep commit parser options and changelog settings
- Fixes 401 Unauthorized errors from semantic-release trying to publish to PyPI without OIDC1 parent 68b316e commit 2576487
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
0 commit comments