Skip to content

Commit

Permalink
ci(semrel): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
a-parida12 committed Jan 15, 2024
1 parent f0266b0 commit d3c96ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
fetch-depth: 0
token: ${{ secrets.GH_TOKEN }}
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@v7.33.2
uses: python-semantic-release/python-semantic-release@v8.0.0
with:
github_token: ${{ secrets.GH_TOKEN }}
repository_username: ${{ secrets.PYPI_USER }}
repository_password: ${{ secrets.PYPI_SECRET }}
repository_password: ${{ secrets.PYPI_SECRET }}

0 comments on commit d3c96ad

Please sign in to comment.