From 44dadcee23099ce9140dcfe522300749437fc2e2 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 14 Jul 2025 03:25:52 +0100 Subject: [PATCH] upd publish action --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c23b92d..c14aa00 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,5 +36,4 @@ jobs: run: hatch build - name: Publish on PyPI - if: github.ref == 'refs/heads/main' - uses: pypa/gh-action-pypi-publish@release/v1 + run: hatch publish