Skip to content

Commit 8d3ae96

Browse files
committed
add a section to release about manually running the matrix
1 parent 951eac6 commit 8d3ae96

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

dev/release/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,17 @@ This will create a file named `dist/datafusion-0.7.0.tar.gz`. Upload this to tes
154154
python3 -m twine upload --repository testpypi dist/datafusion-0.7.0.tar.gz
155155
```
156156

157+
### Run Verify Release Candidate Workflow
158+
159+
Before sending the vote email, run the manually triggered GitHub Actions workflow
160+
"Verify Release Candidate" and confirm all matrix jobs pass:
161+
162+
1. Go to https://github.com/apache/datafusion-python/actions/workflows/verify-release-candidate.yml
163+
2. Click "Run workflow"
164+
3. Set `version` to the release version (for example, `52.0.0`)
165+
4. Set `rc_number` to the RC number (for example, `0`)
166+
5. Wait for all jobs to complete successfully
167+
157168
### Send the Email
158169

159170
Send the email to start the vote.

0 commit comments

Comments
 (0)