Skip to content

Commit

Permalink
try new release (tatsu-lab#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
YannDubs authored Jul 9, 2023
1 parent 5033ea3 commit 5c31cdd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/update_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,13 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: Release v${{ github.event.inputs.version }}
tag: v${{ github.event.inputs.version }}
tag_name: v${{ github.event.inputs.version }}
draft: false
prerelease: false
generateReleaseNotes: true
makeLatest: true
repository: tatsu-lab/alpaca_eval
generate_release_notes: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build and publish
env:
Expand Down

0 comments on commit 5c31cdd

Please sign in to comment.