Skip to content

Commit ab28dc1

Browse files
committed
2 parents 8188b17 + e653e56 commit ab28dc1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/python-publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,3 @@ jobs:
112112
user: __token__
113113
password: ${{ secrets.PYPI_API_TOKEN }}
114114
packages_dir: dist/
115-
- name: Upload Wheels GitHub Release
116-
env:
117-
GITHUB_TOKEN: ${{ github.token }}
118-
run: >-
119-
gh release upload
120-
'${{ github.ref_name }}' dist/**
121-
--repo '${{ github.repository }}'

0 commit comments

Comments
 (0)