Skip to content

Commit

Permalink
9.7.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed May 27, 2024
1 parent fa665c7 commit 20f89b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Python Semantic Release
id: release
uses: python-semantic-release/python-semantic-release@v9.7.2
uses: python-semantic-release/python-semantic-release@v9.7.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# <other options here>
Expand All @@ -45,7 +45,7 @@ jobs:
if: ${{ steps.release.outputs.released }} == 'true'

- name: Publish package to GitHub Release
uses: python-semantic-release/upload-to-gh-release@v9.7.2
uses: python-semantic-release/upload-to-gh-release@v9.7.3
if: ${{ steps.release.outputs.released }} == 'true'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 20f89b4

Please sign in to comment.