Skip to content
Snippets Groups Projects
Commit dbeda41a authored by Mikkel Friis-Møller's avatar Mikkel Friis-Møller
Browse files

Update .gitlab-ci.yml

parent 78444fd9
No related branches found
Tags v1.0.5
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment