From dbeda41a96a318e9a6301285c35ecb7a8de992c2 Mon Sep 17 00:00:00 2001 From: mikf <mikf@dtu.dk> Date: Thu, 10 Jan 2019 15:50:29 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0345b9d92..e92bab447 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,16 +71,17 @@ pypi_linux: tags: - python -pypi_windows: - stage: - deploy - only: - - tags - - test_pypi - script: - - c:/Anaconda3/envs/pyTopfarm/python.exe setup.py bdist_wheel - - twine upload dist/* -u %TWINE_USERNAME% -p %TWINE_PASSWORD% - #- twine upload --repository-url https://test.pypi.org/legacy/ dist/* -u %TWINE_USERNAME% -p %TWINE_PASSWORD% # for testing purposes - tags: - - CPAV_old_PC +# current +# pypi_windows: +# stage: +# deploy +# only: +# - tags +# - test_pypi +# script: +# - c:/Anaconda3/envs/pyTopfarm/python.exe setup.py bdist_wheel +# - twine upload dist/* -u %TWINE_USERNAME% -p %TWINE_PASSWORD% +# #- twine upload --repository-url https://test.pypi.org/legacy/ dist/* -u %TWINE_USERNAME% -p %TWINE_PASSWORD% # for testing purposes +# tags: +# - CPAV_old_PC -- GitLab