Skip to content

Commit

Permalink
Fix Python RC staging URL in release script
Browse files Browse the repository at this point in the history
Python sources path changed to `beam/$VERSION/python`. Need to update release script accordingly.
  • Loading branch information
markflyhigh committed Oct 1, 2019
1 parent 40d5167 commit a53fdf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ function verify_hourly_team_score() {

# Python RC configurations
VERSION=$(get_version)
RC_STAGING_URL="https://dist.apache.org/repos/dist/dev/beam/$VERSION/"
RC_STAGING_URL="https://dist.apache.org/repos/dist/dev/beam/$VERSION/python"

# Cloud Configurations
PROJECT_ID='apache-beam-testing'
Expand Down

0 comments on commit a53fdf4

Please sign in to comment.