From 66a2d7a5dd90dccfb9dea546699d6284c04bafe5 Mon Sep 17 00:00:00 2001 From: VibeProgramm Date: Mon, 7 Sep 2026 01:46:41 +0300 Subject: [PATCH] ci: publish fork tags to PyPI from VibeProgramm account --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9195ae1..3789161 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: path: dist/ publish: - if: startsWith(github.ref, 'refs/tags/v') && github.repository == 'isac322/kwin-mcp' + if: startsWith(github.ref, 'refs/tags/v') && github.repository == 'VibeProgramm/kwin-mcp' needs: [lint, type-check, test, build] runs-on: ubuntu-latest environment: pypi