From ebdf07ec9e875806c050c97027b6f7dca077bd7d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 7 Jan 2025 12:59:01 -1000 Subject: [PATCH] fix: revert avoid building wheels if a release is not made (#357) --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 125660e..c6f9225 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,8 +106,6 @@ jobs: - test - lint - commitlint - outputs: - released: ${{ steps.release.outputs.released }} steps: - uses: actions/checkout@v3 @@ -128,7 +126,7 @@ jobs: build_wheels: needs: [release] - if: needs.release.outputs.released == 'true' + name: Build wheels on ${{ matrix.os }} with arch ${{ matrix.arch }} runs-on: ${{ matrix.os }} strategy: