diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 033ec18..3f4c3a6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,13 +48,6 @@ jobs: with: user: __token__ password: ${{ env.PYPI_API_TOKEN }} - - name: Upload Release Asset - id: upload-release-asset - uses: softprops/action-gh-release@v1 - with: - tag_name: ${{ steps.set-version.outputs.version }} - prerelease: ${{ github.event_name != 'release' }} - files: dist/${{ steps.set-version.outputs.name }}.whl - uses: actions/checkout@v3 if: github.event_name == 'release' with: