This is an automated email from the ASF dual-hosted git repository.
tvalentyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new e497c1e9b43 Partly Revert #37832 (#37837)
e497c1e9b43 is described below
commit e497c1e9b43a3ecca821ce49e90fdd97c67a9e9f
Author: Yi Hu <[email protected]>
AuthorDate: Thu Mar 12 18:40:30 2026 -0400
Partly Revert #37832 (#37837)
---
.github/workflows/build_wheels.yml | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/.github/workflows/build_wheels.yml
b/.github/workflows/build_wheels.yml
index 069a435fa74..5fa6bbde47c 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -229,15 +229,6 @@ jobs:
]
# Keep in sync (remove asterisks) with PY_VERSIONS_FULL env var above
- if changed, change that as well.
py_version: ["cp310-", "cp311-", "cp312-", "cp313-"]
- # The following exclude/include skips intermediate Python versions on
GitHub hosted runners for PR run
- is_pr:
- - ${{ github.event_name == 'pull_request' }}
- exclude:
- - is_pr: true
- include:
- - os_python.os: "ubuntu-20.04"
- - py_version: "cp310-"
- - py_version: "cp313-"
steps:
- name: Download python source distribution from artifacts
uses: actions/download-artifact@v5