From d8a6b02e60be852788459903fcf394b9d1fd1a92 Mon Sep 17 00:00:00 2001 From: Werner Van Geit Date: Tue, 30 Jul 2024 10:31:06 +0200 Subject: [PATCH] Only push to test pypi on master --- .github/workflows/build-wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 8e8218b..4ae475c 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -54,6 +54,7 @@ jobs: runs-on: ubuntu-latest needs: - wheels + if: github.ref == 'refs/heads/master' environment: name: testpypi url: https://test.pypi.org/p/itis-dakota