roll: pigweed pw_presubmit: Add steps to upload Pigweed Python to pypi.org
Adds two new presubmit steps:
version_bump_pigweed_pypi_distribution will increment the patch
part of the Pigweed python package version number.
upload_pigweed_pypi_distribution generates the upload artifacts and
uploads them to pypi.org.
Original-Bug: 366547877
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/235872
Original-Revision: 1f2e4ef02553d08744d5c835cc0ed50edc1049fd
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: fba0833c176a79..1f2e4ef02553d0
Roller-URL: https://ci.chromium.org/b/8735982272262151985
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I72f4211837e0e42c039dd088835dc765db5c531c
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/237358
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index a276467..71d94cf 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -50,8 +50,8 @@
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-09-23.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8735987463835692321.
- commit = "fba0833c176a79ec83403fa9d48407c5ddebb99f",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8735982272262151985.
+ commit = "1f2e4ef02553d08744d5c835cc0ed50edc1049fd",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
@@ -59,8 +59,8 @@
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-09-23.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8735987463835692321.
- commit = "fba0833c176a79ec83403fa9d48407c5ddebb99f",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8735982272262151985.
+ commit = "1f2e4ef02553d08744d5c835cc0ed50edc1049fd",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)