Skip to content

Commit 3287586

Browse files
authored
test -RC3
1 parent bfaa5bd commit 3287586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
name: source
249249
path: apache-beam-source
250250
- name: Download Python SDK RC source distribution from artifacts
251-
if: ${{ needs.build_source.outputs.is_rc == 1 }}
251+
# if: ${{ needs.build_source.outputs.is_rc == 1 }}
252252
# Pinned to v3 because of https://github.com/actions/download-artifact/issues/249
253253
uses: actions/download-artifact@v3
254254
with:

0 commit comments

Comments
 (0)