Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Kaechele <[email protected]>
  • Loading branch information
kaechele committed Jun 5, 2024
1 parent e4a60f7 commit 6574bdf
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 185 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# - Publish to PyPI
- name: Python Semantic Release
id: release
uses: python-semantic-release/python-semantic-release@v8.7.2
uses: python-semantic-release/python-semantic-release@v9.8.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -40,7 +40,7 @@ jobs:
if: steps.release.outputs.released == 'true'

- name: Publish package distributions to GitHub Releases
uses: python-semantic-release/upload-to-gh-release@main
uses: python-semantic-release/upload-to-gh-release@v9.8.0
if: steps.release.outputs.released == 'true'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit 6574bdf

Please sign in to comment.