Skip to content

Commit

Permalink
CICD: update tokens to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
mitshell committed Mar 1, 2024
1 parent be76b9d commit c10320f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
password: ${{ secrets.PYPITEST_PYCRATEORG_PYCRATE }}
repository-url: https://test.pypi.org/legacy/
skip-existing: true
- name: publish built artifacts to pypi.org
if: ${{ startsWith(github.ref, 'refs/tag') }}
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_PYCRATEORG_PYCRATE }}

0 comments on commit c10320f

Please sign in to comment.