Skip to content

Commit

Permalink
trying to fix not releasing mac and ubuntu whls
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderock committed Jun 29, 2024
1 parent 9591126 commit 4e00aa1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4e00aa1

Please sign in to comment.