We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e97d9b commit df6da70Copy full SHA for df6da70
.github/workflows/main.yml
@@ -48,13 +48,6 @@ jobs:
48
with:
49
user: __token__
50
password: ${{ env.PYPI_API_TOKEN }}
51
- - name: Upload Release Asset
52
- id: upload-release-asset
53
- uses: softprops/action-gh-release@v1
54
- with:
55
- tag_name: ${{ steps.set-version.outputs.version }}
56
- prerelease: ${{ github.event_name != 'release' }}
57
- files: dist/${{ steps.set-version.outputs.name }}.whl
58
- uses: actions/checkout@v3
59
if: github.event_name == 'release'
60
0 commit comments