Skip to content

Commit 630f7ab

Browse files
committed
test: DELETE ME
1 parent b87c934 commit 630f7ab

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.github/workflows/semantic-release.yml

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

88
permissions:
99
contents: read
1010

1111
jobs:
1212
release:
1313
runs-on: ubuntu-latest
14-
concurrency: release
15-
environment: release
1614
permissions:
1715
id-token: write
1816

@@ -34,13 +32,5 @@ jobs:
3432
github_token: ${{ secrets.GH_TOKEN }}
3533
ssh_private_signing_key: ${{ secrets.SEMANTIC_RELEASE_PRIVATE_KEY }}
3634
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 }}
35+
vcs_release: "false"
36+
verbosity: "2"

0 commit comments

Comments
 (0)