Skip to content

Commit

Permalink
fixing broken release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Jul 31, 2023
1 parent d9d83d9 commit faa2b18
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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
Expand All @@ -89,7 +78,6 @@ jobs:
uses: getsentry/[email protected]
with:
task: cirrus_wheels_macos_arm64
commit: ${{ github.event.pull_request.head.sha || github.sha }}
timeout-minutes: 15
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit faa2b18

Please sign in to comment.