From bac8d30133498cd67e1287b0b4e5c9b371bc7c73 Mon Sep 17 00:00:00 2001 From: Markus Binsteiner Date: Fri, 19 Apr 2024 13:07:51 +0200 Subject: [PATCH] ci: remove publish test --- .github/workflows/build-linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-linux.yaml b/.github/workflows/build-linux.yaml index d735de1..36df2dc 100644 --- a/.github/workflows/build-linux.yaml +++ b/.github/workflows/build-linux.yaml @@ -180,7 +180,7 @@ jobs: release_conda_package: name: publish python package to anaconda - # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') + if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') runs-on: ubuntu-latest needs: - test-linux