fix:workflow

This commit is contained in:
Cullen Watson
2025-03-01 14:49:31 -06:00
parent 94c74d60f2
commit 6782b9884e

View File

@@ -31,7 +31,7 @@ jobs:
build
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
if: startsWith(github.ref, 'refs/tags') || github.event_name == 'workflow_dispatch'
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}