Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhang committed Dec 12, 2023
1 parent a371261 commit d19c407
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,12 @@ jobs:
password: ${{ secrets.pypi_password }}

- name: Create nightly release
uses: viperproject/create-nightly-release@v1
uses: ncipollo/release-action@v1
if: inputs.nightly
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: nightly
release_name: Nightly Release
keep_num: 0
keep_tags: false
body_path: |
- *.whl
- *.tar.gz
allowUpdates: true
tag: nightly
name: Nightly Release
prerelease: true
removeArtifacts: true
artifacts: "*.whl,*.tar.gz"

0 comments on commit d19c407

Please sign in to comment.