We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b354f3 commit c6d42f1Copy full SHA for c6d42f1
.github/workflows/run_rc_validation_python_yaml.yml
@@ -75,7 +75,7 @@ jobs:
75
PYTHON_VERSION: '3.12' # Or adjust if needed
76
BEAM_PYTHON_SDK_TAR_GZ: apache_beam-${{ github.event.inputs.RELEASE_VER }}.tar.gz
77
BEAM_SOURCE_ZIP: apache-beam-${{ github.event.inputs.RELEASE_VER }}-source-release.zip
78
- APACHE_DIST_URL_BASE: https://dist.apache.org/repos/dist/dev/beam/${{ github.event.inputs.RELEASE_VER }}/python
+ APACHE_DIST_URL_BASE: https://dist.apache.org/repos/dist/dev/beam/${{ github.event.inputs.RELEASE_VER }}
79
YAML_PIPELINE_FILE: t1_2.yaml
80
SUBMISSION_TIMEOUT_SECONDS: 120 # Timeout for the python submission script itself
81
0 commit comments