From 230024613c79370d2cf23f08542118a705519dd5 Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Tue, 6 Aug 2024 16:31:40 +0200 Subject: [PATCH] attempt to fix deploy --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5db58de..dada896 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,4 +32,4 @@ jobs: - run: python -m pytest - uses: pypa/gh-action-pypi-publish@release/v1 - if: github.event_name == 'push' && contains(github.event.ref, '/tags/') + if: contains(github.event.ref, '/tags/')