From c91acea4fead9f08c91efa9baf47b56fb1a1f0c3 Mon Sep 17 00:00:00 2001 From: Iain Russell Date: Thu, 8 Aug 2024 08:32:53 +0100 Subject: [PATCH] ECC-1793: develop binary wheel - TEMPORARY allow pypi upload --- .github/workflows/build-wheel-linux.yml | 2 +- .github/workflows/build-wheel-macos-arm.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-wheel-linux.yml b/.github/workflows/build-wheel-linux.yml index 28810d8..91e7dbb 100644 --- a/.github/workflows/build-wheel-linux.yml +++ b/.github/workflows/build-wheel-linux.yml @@ -115,7 +115,7 @@ jobs: deploy: - if: ${{ github.ref_type == 'tag' || github.event_name == 'release' }} + # if: ${{ github.ref_type == 'tag' || github.event_name == 'release' }} strategy: fail-fast: false diff --git a/.github/workflows/build-wheel-macos-arm.yml b/.github/workflows/build-wheel-macos-arm.yml index cf91ee5..2ddce30 100644 --- a/.github/workflows/build-wheel-macos-arm.yml +++ b/.github/workflows/build-wheel-macos-arm.yml @@ -117,7 +117,7 @@ jobs: deploy: - if: ${{ github.ref_type == 'tag' || github.event_name == 'release' }} + # if: ${{ github.ref_type == 'tag' || github.event_name == 'release' }} needs: [test, build]