Skip to content

Commit

Permalink
Merge pull request #11 from freddyaboulton/1718-auto-release-notes
Browse files Browse the repository at this point in the history
Set release name
  • Loading branch information
freddyaboulton authored Sep 29, 2022
2 parents 350ac2c + 33947bf commit 3119aef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: Set release name
run: echo "INPUT_NAME=v$(cat gradio/version.txt)" >> $GITHUB_ENV
- name: Format Release Notes for Next Release
run: python scripts/format_release_notes.py ${{ env.INPUT_NAME }}
- name: Commit files
Expand Down
2 changes: 1 addition & 1 deletion gradio/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4b5
3.4b6

0 comments on commit 3119aef

Please sign in to comment.