fix:workflow

pull/256/head
Cullen Watson 2025-03-01 14:49:31 -06:00
parent 94c74d60f2
commit 6782b9884e
1 changed files with 2 additions and 2 deletions

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 }}
password: ${{ secrets.PYPI_API_TOKEN }}