github-actions[bot] opened a new pull request, #69357: URL: https://github.com/apache/airflow/pull/69357
Release managers previously copied the PyPI URLs printed by twine out of the terminal by hand, sorted them, and saved them off to the side for the vote email and announcement. The completeness-check step also referenced packages.txt before it existed, and the twine upload used dist/* globs that swept in the ASF source tarball and the .asc/.sha512 files, which are SVN-only and make twine fail with 'Unknown distribution format'. The upload now writes the log and a sorted, de-duplicated packages.txt into the git-ignored files/ directory, uploads only the provider wheels and sdists, and the completeness gate runs after the file is generated, right before the vote email is sent. (cherry picked from commit bc2628e4f3455d76d4db90cb4650d1b55d6e27b3) Co-authored-by: Shahar Epstein <[email protected]> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
