From df6da70095d958c7c91fae58f3ada99c2470119d Mon Sep 17 00:00:00 2001 From: Dmitry Maslennikov Date: Mon, 11 Dec 2023 15:40:46 +0400 Subject: [PATCH] no need in assets --- .github/workflows/main.yml | 7 ------- 1 file changed, 7 deletions(-) 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: