From 1fdc24aeb9d85284788490ac7df27ead922998c5 Mon Sep 17 00:00:00 2001 From: Noah Horton Date: Wed, 14 Jan 2026 11:32:57 -0700 Subject: [PATCH] Allow manual triggering of release workflow Adds workflow_dispatch trigger so the release can be run manually from the Actions tab. Co-Authored-By: Claude Opus 4.5 --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aefb3d51..023d8435 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,7 @@ name: Release to PyPI on: release: types: [published] + workflow_dispatch: jobs: build: