We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d83d9 commit faa2b18Copy full SHA for faa2b18
.github/workflows/release.yml
@@ -64,17 +64,6 @@ jobs:
64
with:
65
path: dist/*.tar.gz
66
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
-
78
publish:
79
environment:
80
name: pypi
@@ -89,7 +78,6 @@ jobs:
89
uses: getsentry/action-wait-for-cirrus@v1.0.0
90
91
task: cirrus_wheels_macos_arm64
92
93
81
timeout-minutes: 15
94
82
- uses: actions/download-artifact@v3
95
83
0 commit comments