From faa2b1865741626b8ae507bef2cbb70e0ae4a07f Mon Sep 17 00:00:00 2001 From: Dan F-M Date: Mon, 31 Jul 2023 17:38:16 -0400 Subject: [PATCH] fixing broken release workflow --- .github/workflows/release.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 22dabec..3c1a6c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,17 +64,6 @@ jobs: with: path: dist/*.tar.gz - wait_for_cirrus: - name: Wait for Cirrus CI to finish building macOS arm64 wheels - runs-on: ubuntu-latest - steps: - - uses: getsentry/action-wait-for-cirrus@v1.0.0 - with: - task: cirrus_wheels_macos_arm64 - commit: ${{ github.event.pull_request.head.sha || github.sha }} - timeout-minutes: 15 - - run: ls dist - publish: environment: name: pypi @@ -89,7 +78,6 @@ jobs: uses: getsentry/action-wait-for-cirrus@v1.0.0 with: task: cirrus_wheels_macos_arm64 - commit: ${{ github.event.pull_request.head.sha || github.sha }} timeout-minutes: 15 - uses: actions/download-artifact@v3 with: