We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfbce1d commit 1d9a939Copy full SHA for 1d9a939
1 file changed
.github/workflows/publish-to-pypi.yml
@@ -68,14 +68,6 @@ jobs:
68
inputs: >-
69
./dist/*.tar.gz
70
./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 ""
79
- name: Upload artifact signatures to GitHub Release
80
env:
81
GITHUB_TOKEN: ${{ github.token }}
0 commit comments