Skip to content

Commit

Permalink
Update ci-cd.yml
Browse files Browse the repository at this point in the history
- Update the name to match the token saved in this repository secret
  • Loading branch information
farrandi authored Jan 30, 2024
1 parent 344725f commit 6659451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
password: ${{ secrets.TEST_PYPI_TOKEN }}
repository_url: https://test.pypi.org/legacy/

- name: Test install from TestPyPI
Expand All @@ -89,4 +89,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 6659451

Please sign in to comment.