We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4344ab7 + 56906d9 commit ce2e3ddCopy full SHA for ce2e3dd
1 file changed
.github/workflows/release.yml
@@ -52,14 +52,6 @@ jobs:
52
inputs: >-
53
./dist/*.tar.gz
54
./dist/*.whl
55
- - name: Create GitHub Release
56
- env:
57
- GITHUB_TOKEN: ${{ github.token }}
58
- run: >-
59
- gh release create
60
- '${{ github.ref_name }}'
61
- --repo '${{ github.repository }}'
62
- --notes ""
63
- name: Upload artifact signatures to GitHub Release
64
env:
65
GITHUB_TOKEN: ${{ github.token }}
@@ -85,4 +77,4 @@ jobs:
85
77
name: python-package-distributions
86
78
path: dist/
87
79
- name: Publish distribution to PyPI
88
- uses: pypa/gh-action-pypi-publish@release/v1
80
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments