[ 
https://issues.apache.org/jira/browse/BEAM-9185?focusedWorklogId=572395&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-572395
 ]

ASF GitHub Bot logged work on BEAM-9185:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 26/Mar/21 00:14
            Start Date: 26/Mar/21 00:14
    Worklog Time Spent: 10m 
      Work Description: tvalentyn commented on a change in pull request #14325:
URL: https://github.com/apache/beam/pull/14325#discussion_r601918558



##########
File path: release/src/main/scripts/deploy_release_candidate_pypi.sh
##########
@@ -0,0 +1,181 @@
+#!/bin/bash
+#
+#    Licensed to the Apache Software Foundation (ASF) under one or more
+#    contributor license agreements.  See the NOTICE file distributed with
+#    this work for additional information regarding copyright ownership.
+#    The ASF licenses this file to You under the Apache License, Version 2.0
+#    (the "License"); you may not use this file except in compliance with
+#    the License.  You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#    Unless required by applicable law or agreed to in writing, software
+#    distributed under the License is distributed on an "AS IS" BASIS,
+#    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#    See the License for the specific language governing permissions and
+#    limitations under the License.
+#
+
+# This script will deploy a Release Candidate to pypi, includes:
+# 1. Download python binary artifacts
+# 2. Deploy Release Candidate to pypi
+
+set -e
+
+function usage() {
+  echo 'Usage: deploy_release_candidate.sh --release <version> --rc <rc> 
--commit <commit> --user <user> [--deploy]'

Review comment:
       Alternatively, we can take commit as a parameter, then generate 
everything else (see @kennknowles's suggestion). But that would require 
additional changes to how we cut RCs.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 572395)
    Time Spent: 6h 10m  (was: 6h)

> Publish pre-release python artifacts (RCs) to PyPI
> --------------------------------------------------
>
>                 Key: BEAM-9185
>                 URL: https://issues.apache.org/jira/browse/BEAM-9185
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core
>            Reporter: Ahmet Altay
>            Assignee: Benjamin Gonzalez
>            Priority: P3
>          Time Spent: 6h 10m
>  Remaining Estimate: 0h
>
> This was discussed in the mailing list and there was consensus [1].
> Remaining part for pypi would be updating the release process such as:
>  * New RC versioned artifacts are generated along with actual non-RC 
> versioned artifacts.
>  * RC versioned artifacts are published to pypi.
>  [1] 
> [https://lists.apache.org/thread.html/f071f8ab9f115636b9e6a6cabcfccbe2bb980d4394fe5581c59a4db6%40%3Cdev.beam.apache.org%3E]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to