From 11ba347d36ab682669078f6285eef8bd31e28bb1 Mon Sep 17 00:00:00 2001 From: David Linke Date: Tue, 22 Aug 2023 23:13:32 +0200 Subject: [PATCH] Fix if statement in gh-action --- .github/workflows/pypi-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 25666c8..07b71e9 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -54,7 +54,7 @@ jobs: # pinned version 1.8.10 [2] - name: Publish distribution 📦 to Test PyPI - if: github.ref == 'refs/heads/main' && github.event_name == 'push' + if: github.event_name == 'push' uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e with: repository-url: https://test.pypi.org/legacy/