Skip to content

Commit efb08aa

Browse files
committed
chore: removes unnecessary release step handled by release please
1 parent d5f40d9 commit efb08aa

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
tags:
66
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
77

8-
permissions:
9-
contents: write
10-
118
jobs:
129
build:
1310
uses: ./.github/workflows/build.yml
@@ -36,18 +33,3 @@ jobs:
3633
with:
3734
user: __token__
3835
password: ${{ secrets.PYPI_TOKEN }}
39-
40-
release:
41-
name: Create release
42-
runs-on: ubuntu-latest
43-
needs: [publish]
44-
steps:
45-
- name: Checkout
46-
uses: actions/checkout@v4
47-
- name: Extract release notes
48-
id: extract-release-notes
49-
uses: ffurrer2/extract-release-notes@v2
50-
- name: Create release
51-
env:
52-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53-
run: gh release create --notes '${{ steps.extract-release-notes.outputs.release_notes }}' --title ${{ github.ref_name }} ${{ github.ref_name }}

0 commit comments

Comments
 (0)