You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before sending the vote email, run the manually triggered GitHub Actions workflow
160
-
"Verify Release Candidate" and confirm all matrix jobs pass:
160
+
"Verify Release Candidate" and confirm all matrix jobs pass across the OS/architecture matrix
161
+
(for example, Linux and macOS runners):
161
162
162
163
1. Go to https://github.com/apache/datafusion-python/actions/workflows/verify-release-candidate.yml
163
164
2. Click "Run workflow"
164
165
3. Set `version` to the release version (for example, `52.0.0`)
165
166
4. Set `rc_number` to the RC number (for example, `0`)
166
167
5. Wait for all jobs to complete successfully
167
168
169
+
Include a short note in the vote email template that this workflow was run across all OS/architecture
170
+
matrix entries and that all jobs passed.
171
+
172
+
```text
173
+
Verification note: The manually triggered "Verify Release Candidate" workflow was run for version <VERSION> and rc_number <RC_NUMBER> across all configured OS/architecture matrix entries, and all matrix jobs completed successfully.
0 commit comments