Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhang committed Dec 13, 2023
1 parent 1c0fc23 commit 558cb79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ jobs:
user: __token__
password: ${{ secrets.pypi_password }}

- name: Delete Release
if: inputs.nightly
run: gh release delete nightly --cleanup-tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create nightly release
uses: ncipollo/release-action@v1
if: inputs.nightly
Expand Down

0 comments on commit 558cb79

Please sign in to comment.