Correct tag for pypi publishing action

This commit is contained in:
Salad Dais
2021-05-01 21:21:28 +00:00
parent 2f3797cfcf
commit 3920210eb5

View File

@@ -29,7 +29,7 @@ jobs:
# We do this, since failures on test.pypi aren't that bad
- name: Publish to Test PyPI
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}