Skip to content

Commit 5131b7d

Browse files
authored
Update release.yml
1 parent e93af2a commit 5131b7d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,3 @@ jobs:
4141
with:
4242
user: __token__
4343
password: ${{ secrets.PYPI_API_TOKEN }}
44-
45-
- name: Upload release artifacts
46-
uses: actions/upload-release-asset@v1
47-
env:
48-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49-
with:
50-
upload_url: ${{ github.event.release.upload_url }}
51-
asset_path: ./dist/*
52-
asset_name: ${{ github.event.repository.name }}-${{ github.event.release.tag_name }}.tar.gz
53-
asset_content_type: application/gzip

0 commit comments

Comments
 (0)