fix workflow

This commit is contained in:
duncathan 2021-12-01 01:46:24 -06:00
parent a344869392
commit 61407e6e0e

View file

@ -59,7 +59,7 @@ jobs:
repository_url: https://test.pypi.org/legacy/
- name: Publish 📦 to PyPI
if: ${{ startsWith(github.ref, 'refs/tags/') && endsWith(github.ref, 'patcher') }}
if: ${{ startsWith(github.ref, 'refs/tags/') }}
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.pypi_password }}