Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammedsural authored Mar 9, 2024
1 parent 8813714 commit d907be7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
user: __tokentsc__
password: ${{ secrets.TSCTOKEN }}
repository-url: https://pypi.org/legacy/
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
repository-url: https://upload.pypi.org/legacy/

github-release:
name: >-
Expand Down Expand Up @@ -120,4 +120,4 @@ jobs:
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/

0 comments on commit d907be7

Please sign in to comment.