Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ccaprani authored Feb 6, 2022
1 parent 77297c5 commit abf698f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
- name: Publish distribution 📦 to PyPI
uses: pypa/[email protected]
with:
# password: ${{ secrets.TEST_PYPI_API_TOKEN_PYCBA }}
password: ${{ secrets.PYPI_API_TOKEN_TEMP }}
password: ${{ secrets.PYPI_API_TOKEN_PYCBA }}
# remove following once testing complete
# user: __token__
# password: ${{ secrets.TEST_PYPI_API_TOKEN_PYCBA }}
Expand Down

0 comments on commit abf698f

Please sign in to comment.