test token

This commit is contained in:
Jesse Bannon 2023-02-20 16:01:37 -08:00
parent a05fb9f5fb
commit e60e35e3ae

View file

@ -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