Skip to content

Commit 2f13f53

Browse files
committed
Removed automatic Github release from publish workflow
1 parent 25378e0 commit 2f13f53

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/publish.yml

-6
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,3 @@ jobs:
3434
with:
3535
user: __token__
3636
password: ${{ secrets.PYPI_API_TOKEN }}
37-
38-
- name: Create GitHub Release
39-
env:
40-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41-
run: |
42-
gh release create ${{ github.ref_name }} ./dist/* --generate-notes

0 commit comments

Comments
 (0)