Skip to content

Commit

Permalink
update test release to pypi token
Browse files Browse the repository at this point in the history
  • Loading branch information
knmcguire authored Feb 12, 2024
1 parent 902fd99 commit 7c415d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
- name: Publish package to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_PASSWORD }}
username: __token__
password: ${{ secrets.PYPI_TOKEN }}
repository_url: https://test.pypi.org/legacy/

0 comments on commit 7c415d0

Please sign in to comment.