From f852a733c32d6e53ddcf4acfd91b5e6caf964f9e Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 14 Jul 2025 03:27:52 +0100 Subject: [PATCH] upd publish action --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c14aa00..680a99b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,4 +36,4 @@ jobs: run: hatch build - name: Publish on PyPI - run: hatch publish + uses: pypa/gh-action-pypi-publish@release/v1