We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93af2a commit 5131b7dCopy full SHA for 5131b7d
.github/workflows/release.yml
@@ -41,13 +41,3 @@ jobs:
41
with:
42
user: __token__
43
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