Skip to content

Commit 264d5ec

Browse files
committed
twine example
1 parent 74eb8e8 commit 264d5ec

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

generic-orchestration-samples/power_scripts/power_on_all_apps_blueprint/helper_code/thread_helpers.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
from cloudshell.workflow.orchestration.sandbox import Sandbox
2-
import time
32
from functools import partial
43
from multiprocessing.dummy import Pool as ThreadPool
5-
# from multiprocessing import Pool
6-
from cloudshell.api.cloudshell_api import ResourceAttribute
74
from cloudshell.api.cloudshell_api import TopologyReservedResourceInfo
85

96

Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Rem "download package in specificed requirements file using cloudshell's python 3 interpreter from specified pypi index"
2+
"C:\Program Files (x86)\QualiSystems\TestShell\ExecutionServer\python\3.7.1\python.exe" -m pip download -r requirements.txt --index-url https://test.pypi.org/simple/ -d dist
3+
4+
Rem "use separate python installation with twine installed to push to quali server local pypi"
5+
python -m twine upload --repository-url http://localhost:8036 --skip-existing dist/* -u pypiadmin -p pypiadmin
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
natti-dummy-package

0 commit comments

Comments
 (0)