Skip to content

Commit 2576487

Browse files
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 OIDC
1 parent 68b316e commit 2576487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,5 +321,5 @@ name = "origin"
321321
type = "github"
322322

323323
[tool.semantic_release.publish]
324-
dist_glob_patterns = ["dist/*"]
324+
dist = false
325325
upload_to_vcs_release = true

0 commit comments

Comments
 (0)