Skip to content

Commit

Permalink
Don't delete prerelease tag every upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylc committed Nov 26, 2023
1 parent 1b0187c commit a50e1f7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,6 @@ jobs:
cancel-in-progress: true
needs: [build_wheels, sdist]
steps:
- uses: dev-drprasad/[email protected]
with:
tag_name: prerelease
delete_release: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/download-artifact@v3
with:
name: wheels
Expand Down

0 comments on commit a50e1f7

Please sign in to comment.