[
https://issues.apache.org/jira/browse/BEAM-9185?focusedWorklogId=574951&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-574951
]
ASF GitHub Bot logged work on BEAM-9185:
----------------------------------------
Author: ASF GitHub Bot
Created on: 31/Mar/21 16:17
Start Date: 31/Mar/21 16:17
Worklog Time Spent: 10m
Work Description: tvalentyn commented on a change in pull request #14325:
URL: https://github.com/apache/beam/pull/14325#discussion_r605037357
##########
File path: website/www/site/content/en/contribute/release-guide.md
##########
@@ -598,6 +598,35 @@ See the source of the script for more details, or to run
commands manually in ca
Artifact names should follow [the existing
format](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.beam%22)
in which artifact name mirrors directory structure, e.g.,
`beam-sdks-java-io-kafka`.
Carefully review any new artifacts.
+### Upload release candidate to PyPi
+
+* **Script:**
[deploy_release_candidate_pypi.sh](https://github.com/apache/beam/blob/master/release/src/main/scripts/deploy_release_candidate_pypi.sh)
+
+* **Usage**
+
+ ./release/src/main/scripts/deploy_release_candidate_pypi.sh \
Review comment:
nit: tabs mixed with spaces.
--
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: 574951)
Time Spent: 8h 10m (was: 8h)
> 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: 8h 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)