Skip to content

Commit ffae53e

Browse files
committed
test: DELETE ME
1 parent b87c934 commit ffae53e

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/semantic-release.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Semantic Release
33
on:
44
push:
55
branches:
6-
- master
6+
- sign-release-commits-and-tags
77

88
permissions:
99
contents: read
@@ -34,13 +34,5 @@ jobs:
3434
github_token: ${{ secrets.GH_TOKEN }}
3535
ssh_private_signing_key: ${{ secrets.SEMANTIC_RELEASE_PRIVATE_KEY }}
3636
ssh_public_signing_key: ${{ secrets.SEMANTIC_RELEASE_PUBLIC_KEY }}
37-
38-
- name: Publish to PyPI
39-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
40-
if: steps.release.outputs.released == 'true'
41-
42-
- name: Publish to GitHub Releases
43-
uses: python-semantic-release/publish-action@e5e3010f6a207cd5d6f5d3dccedbea355484ca02 # v10.0.2
44-
if: steps.release.outputs.released == 'true'
45-
with:
46-
github_token: ${{ secrets.GH_TOKEN }}
37+
vcs_release: "false"
38+
verbosity: "2"

0 commit comments

Comments
 (0)