Skip to content

Commit 1d9a939

Browse files
committed
removed creating release from workflow
1 parent cfbce1d commit 1d9a939

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,6 @@ jobs:
6868
inputs: >-
6969
./dist/*.tar.gz
7070
./dist/*.whl
71-
- name: Create GitHub Release
72-
env:
73-
GITHUB_TOKEN: ${{ github.token }}
74-
run: >-
75-
gh release create
76-
"$GITHUB_REF_NAME"
77-
--repo "$GITHUB_REPOSITORY"
78-
--notes ""
7971
- name: Upload artifact signatures to GitHub Release
8072
env:
8173
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)