Skip to content

Commit

Permalink
refactor: update python-semantic-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraymer authored Aug 31, 2023
1 parent 77762d1 commit 89626b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
fetch-depth: 0

- name: Python Semantic Release
uses: relekang/python-semantic-release@master
uses: python-semantic-release/python-semantic-release@v7.34.6
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository_username: __token__
repository_password: ${{ secrets.PYPI_TOKEN }}
repository_password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 89626b8

Please sign in to comment.