Skip to content

Commit b5410fc

Browse files
fix(ci): skip TestPyPI publish on release trigger
TestPyPI publish now only runs on workflow_dispatch (manual). On release it was failing the pipeline unnecessarily. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent accb603 commit b5410fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
uv build
5454
5555
- name: Publish to TestPyPI 🧪
56+
if: github.event_name == 'workflow_dispatch'
5657
env:
5758
UV_PUBLISH_TOKEN: ${{ secrets.UV_PUBLISH_TOKEN_TEST_PYPI }}
5859
run: |

0 commit comments

Comments
 (0)