Skip to content

Commit 0f6a1b9

Browse files
authored
Remove GH create release action (#36)
1 parent c5fa77d commit 0f6a1b9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,6 @@ jobs:
7070
inputs: >-
7171
./dist/*.tar.gz
7272
./dist/*.whl
73-
- name: Create GitHub Release
74-
env:
75-
GITHUB_TOKEN: ${{ github.token }}
76-
run: >-
77-
gh release create
78-
'${{ github.ref_name }}'
79-
--repo '${{ github.repository }}'
80-
--notes ""
81-
--prerelease
8273
- name: Upload artifact signatures to GitHub Release
8374
env:
8475
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)