fix syntax error

hotfix/mipmap-alpha-fix
Andrew Cassidy 3 years ago
parent 60a944500b
commit 72aeb54c18

@ -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/
Loading…
Cancel
Save