Skip to content

Commit 9c8d456

Browse files
authored
fix: disable PyPI publishing in semantic-release until OIDC configured (#94)
- Set dist = false to focus on GitHub releases first - Keep upload_to_vcs_release = true for GitHub release creation - Keep dist_glob_patterns for attaching build artifacts - This allows end-to-end flow: tag → build → GitHub release → artifacts - PyPI publishing can be re-enabled after OIDC setup
1 parent 890cb3c commit 9c8d456

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
@@ -322,6 +322,6 @@ name = "origin"
322322
type = "github"
323323

324324
[tool.semantic_release.publish]
325-
dist = true
325+
dist = false
326326
upload_to_vcs_release = true
327327
dist_glob_patterns = ["dist/*", "checksums.txt"]

0 commit comments

Comments
 (0)