From f06e2d39821ac29381b3952a78a1ace4c2534086 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 14 Jul 2025 03:10:04 +0100 Subject: [PATCH] upd publish action --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e8bbe4d..0014ff6 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