We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfaa5bd commit 3287586Copy full SHA for 3287586
.github/workflows/build_wheels.yml
@@ -248,7 +248,7 @@ jobs:
248
name: source
249
path: apache-beam-source
250
- name: Download Python SDK RC source distribution from artifacts
251
- if: ${{ needs.build_source.outputs.is_rc == 1 }}
+ # if: ${{ needs.build_source.outputs.is_rc == 1 }}
252
# Pinned to v3 because of https://github.com/actions/download-artifact/issues/249
253
uses: actions/download-artifact@v3
254
with:
0 commit comments