Skip to content

Commit faa2b18

Browse files
committed
fixing broken release workflow
1 parent d9d83d9 commit faa2b18

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,6 @@ jobs:
6464
with:
6565
path: dist/*.tar.gz
6666

67-
wait_for_cirrus:
68-
name: Wait for Cirrus CI to finish building macOS arm64 wheels
69-
runs-on: ubuntu-latest
70-
steps:
71-
- uses: getsentry/action-wait-for-cirrus@v1.0.0
72-
with:
73-
task: cirrus_wheels_macos_arm64
74-
commit: ${{ github.event.pull_request.head.sha || github.sha }}
75-
timeout-minutes: 15
76-
- run: ls dist
77-
7867
publish:
7968
environment:
8069
name: pypi
@@ -89,7 +78,6 @@ jobs:
8978
uses: getsentry/action-wait-for-cirrus@v1.0.0
9079
with:
9180
task: cirrus_wheels_macos_arm64
92-
commit: ${{ github.event.pull_request.head.sha || github.sha }}
9381
timeout-minutes: 15
9482
- uses: actions/download-artifact@v3
9583
with:

0 commit comments

Comments
 (0)