test token
This commit is contained in:
parent
a05fb9f5fb
commit
e60e35e3ae
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pypi.yaml
vendored
2
.github/workflows/pypi.yaml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
- name: Publish distribution 📦 to Test PyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
|
||||
password: ${{ secrets.PYPI_TEST_API_TOKEN }}
|
||||
repository_url: https://test.pypi.org/legacy/
|
||||
|
||||
- name: Publish distribution 📦 to PyPI
|
||||
|
|
|
|||
Loading…
Reference in a new issue