From 09d6545b3e16076110e2e7ccc4c52a62b7b0927a Mon Sep 17 00:00:00 2001 From: Wizzerinus Date: Fri, 15 Dec 2023 20:51:06 +0300 Subject: [PATCH] chore: add publish workflow (2) 'version bump' triggering it --- .github/workflows/hatch-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hatch-publish.yml b/.github/workflows/hatch-publish.yml index 8172d02..300d6a5 100644 --- a/.github/workflows/hatch-publish.yml +++ b/.github/workflows/hatch-publish.yml @@ -29,6 +29,6 @@ jobs: - name: Build package run: hatch build - name: Test package - run: hatch run test + run: hatch run dev:run-tests - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1