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/8735982243665145505
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I515a877a1d751654fd189078f4cf910479fe4412
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/237359
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 9ef69fc..c1b4cbc 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -49,8 +49,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/8735987444752027457.
-    commit = "fba0833c176a79ec83403fa9d48407c5ddebb99f",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8735982243665145505.
+    commit = "1f2e4ef02553d08744d5c835cc0ed50edc1049fd",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
@@ -58,8 +58,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/8735987444752027457.
-    commit = "fba0833c176a79ec83403fa9d48407c5ddebb99f",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8735982243665145505.
+    commit = "1f2e4ef02553d08744d5c835cc0ed50edc1049fd",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )