Skip to content

Commit

Permalink
fix: change old pypi parameters with new ones
Browse files Browse the repository at this point in the history
  • Loading branch information
jesdi authored and sp-jesus-diaz committed Aug 11, 2022
1 parent 4615717 commit 2ffe981
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 @@ -16,6 +16,6 @@ jobs:
if: github.repository == 'socialpoint-labs/spine-json-lib'
uses: relekang/python-semantic-release@5c49ec2cf000f4b468947a5fc5b18cbf939ce833
with:
pypi_username: __token__
pypi_password: ${{ secrets.pypi_password }}
repository_username: __token__
repository_password: ${{ secrets.pypi_password }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2ffe981

Please sign in to comment.