We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f8820 commit 7224260Copy full SHA for 7224260
ci/scripts/github/build_wheel.sh
@@ -62,6 +62,10 @@ install_python_versions
62
function create_package_report_tarball() {
63
local tarball_path="${WORKSPACE_TMP}/package_listings.tar.bz2"
64
tar -cjf "${tarball_path}" -C "${PIP_REPORTS_DIR}" .
65
+
66
+ # Clean out the reports directory, in CI this doesn't have an impact, but if running locally it prevents old
67
+ # reports from being included in future tarballs
68
+ rm -rf "${PIP_REPORTS_DIR}"
69
echo "${tarball_path}"
70
}
71
0 commit comments