Skip to content

Commit

Permalink
Use TEST_PYPI_API_TOKEN for test pypi publishing (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab authored Sep 3, 2021
1 parent b232eb4 commit c80fe9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/

- name: Publish distribution 📦 to PyPI
Expand Down

0 comments on commit c80fe9d

Please sign in to comment.