[
https://issues.apache.org/jira/browse/BEAM-10106?focusedWorklogId=438117&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-438117
]
ASF GitHub Bot logged work on BEAM-10106:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 28/May/20 01:09
Start Date: 28/May/20 01:09
Worklog Time Spent: 10m
Work Description: tvalentyn commented on a change in pull request #11828:
URL: https://github.com/apache/beam/pull/11828#discussion_r431527674
##########
File path: release/src/main/scripts/deploy_pypi.sh
##########
@@ -41,9 +41,12 @@ fi
mkdir ${LOCAL_CLONE_DIR}
cd ${LOCAL_CLONE_DIR}
+virtualenv deploy_pypi_env
+source ./deploy_pypi_env/bin/activate
+pip install twine
Review comment:
Consider making this in a /tmp directory or the directory that you
create and later clean up (assuming it won't interfere with pypi uploads).
----------------------------------------------------------------
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: 438117)
Time Spent: 1h (was: 50m)
> Script the deployment of artifacts to pypi
> ------------------------------------------
>
> Key: BEAM-10106
> URL: https://issues.apache.org/jira/browse/BEAM-10106
> Project: Beam
> Issue Type: Improvement
> Components: build-system
> Reporter: Kyle Weaver
> Assignee: Kyle Weaver
> Priority: P2
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Right now there's only manual instructions, which are tedious and
> error-prone.
> https://beam.apache.org/contribute/release-guide/#8-finalize-the-release
--
This message was sent by Atlassian Jira
(v8.3.4#803005)