We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6abab6f commit 23bb4f6Copy full SHA for 23bb4f6
.github/workflows/ci.yml
@@ -65,6 +65,7 @@ jobs:
65
git_committer_name: "github-actions"
66
git_committer_email: "actions@users.noreply.github.com"
67
build: false
68
+ vcs_release: false
69
70
- name: Action | Semantic Version [Prerelease]
71
if: github.ref != 'refs/heads/main'
@@ -77,3 +78,4 @@ jobs:
77
78
79
build_metadata: "$(git rev-parse --short HEAD)"
80
force: prerelease
81
ptolemy/pyproject.toml
@@ -126,4 +126,4 @@ token = { env = "GITHUB_TOKEN" }
126
127
[tool.semantic_release.publish]
128
dist_glob_patterns = ["dist/*"]
129
-upload_to_vcs_release = true
+upload_to_vcs_release = false
0 commit comments