File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,17 @@ This will create a file named `dist/datafusion-0.7.0.tar.gz`. Upload this to tes
154154python3 -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
159170Send the email to start the vote.
You can’t perform that action at this time.
0 commit comments