Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
py_tools_ds
Commits
1fd1578c
Commit
1fd1578c
authored
Aug 20, 2017
by
Daniel Scheffler
Browse files
Fix.
parent
b75e131a
Pipeline
#722
failed with stages
in 1 minute and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1fd1578c
...
...
@@ -6,6 +6,9 @@ before_script:
variables
:
PYPI_USER
:
SECURE
PYPI_PASSWORD
:
SECURE
ANACONDA_USER
:
SECURE
ANACONDA_PASSWORD
:
SECURE
stages
:
...
...
@@ -71,6 +74,7 @@ deploy_anaconda:
#- deploy_pypi
script
:
-
source /root/anaconda3/bin/activate
-
conda install conda-build
-
conda skeleton pypi py_tools_ds
# create recipe
-
conda config --set anaconda_upload yes
# enable auto-upload to anaconda
-
anaconda login --username ${ANACONDA_USER} --password ${ANACONDA_PASSWORD}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment