Skip to content

Commit

Permalink
fix github release
Browse files Browse the repository at this point in the history
  • Loading branch information
chengzeyi committed Nov 12, 2023
1 parent 73d7986 commit b8b73d8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,15 @@ jobs:
prerelease: true
body: 'TODO: Add nightly release notes'
files: |
dist/*.whl
dist/*.tar.gz
dist/*.zip
dist/*/*.whl
# create release if it's a tag like vx.y.z
- if: github.repository == 'chengzeyi/stable-fast' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
name: Release
uses: softprops/action-gh-release@v1
with :
files: |
dist/*.whl
dist/*.tar.gz
dist/*.zip
dist/*/*.whl
# upload_pip:
# needs: build
Expand Down

0 comments on commit b8b73d8

Please sign in to comment.