Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
9.4.1
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 63a6bd7 commit b47a1fe
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.4.0
uses: python-semantic-release/python-semantic-release@v9.4.1
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.4.0
uses: python-semantic-release/upload-to-gh-release@v9.4.1
if: ${{ steps.release.outputs.released }} == 'true'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b47a1fe

Please sign in to comment.