Skip to content

Commit 4e00aa1

Browse files
committed
trying to fix not releasing mac and ubuntu whls
1 parent 9591126 commit 4e00aa1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Diff for: .github/workflows/release.yml

-12
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,6 @@ jobs:
7373
- name: Print TAG
7474
run: echo "v${{ steps.set-tag.outputs.tag }}"
7575

76-
- name: Delete older release assets
77-
uses: mknejp/delete-release-assets@v1
78-
with:
79-
token: ${{ secrets.GITHUB_TOKEN }}
80-
tag: "v${{ steps.set-tag.outputs.tag }}"
81-
fail-if-no-assets: false
82-
fail-if-no-release: false
83-
assets: |
84-
*.tar.gz
85-
*.whl
86-
*.zip
87-
8876
- name: Create Release
8977
uses: ncipollo/release-action@v1
9078
with:

0 commit comments

Comments
 (0)