Skip to content

Commit 23bb4f6

Browse files
committed
fix: remove build metadata from releases
1 parent 6abab6f commit 23bb4f6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
git_committer_name: "github-actions"
6666
git_committer_email: "actions@users.noreply.github.com"
6767
build: false
68+
vcs_release: false
6869

6970
- name: Action | Semantic Version [Prerelease]
7071
if: github.ref != 'refs/heads/main'
@@ -77,3 +78,4 @@ jobs:
7778
build: false
7879
build_metadata: "$(git rev-parse --short HEAD)"
7980
force: prerelease
81+
vcs_release: false

ptolemy/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ token = { env = "GITHUB_TOKEN" }
126126

127127
[tool.semantic_release.publish]
128128
dist_glob_patterns = ["dist/*"]
129-
upload_to_vcs_release = true
129+
upload_to_vcs_release = false

0 commit comments

Comments
 (0)