From 4e00aa1e3039f2aeddd9ac417b2692fd7cddbb74 Mon Sep 17 00:00:00 2001 From: Ashutosh Tiwari Date: Sat, 29 Jun 2024 01:23:34 -0400 Subject: [PATCH] trying to fix not releasing mac and ubuntu whls --- .github/workflows/release.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 70e0cf7..edbf556 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,18 +73,6 @@ jobs: - name: Print TAG run: echo "v${{ steps.set-tag.outputs.tag }}" - - name: Delete older release assets - uses: mknejp/delete-release-assets@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - tag: "v${{ steps.set-tag.outputs.tag }}" - fail-if-no-assets: false - fail-if-no-release: false - assets: | - *.tar.gz - *.whl - *.zip - - name: Create Release uses: ncipollo/release-action@v1 with: