fix syntax error

This commit is contained in:
Andrew Cassidy 2021-04-12 15:31:49 -07:00
parent 60a944500b
commit 72aeb54c18

View File

@ -101,7 +101,7 @@ jobs:
- name: Publish to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
@ -126,6 +126,6 @@ jobs:
- name: Publish to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/