Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
NJU Geophy
MGPro
Commits
f6fdbbb2
Commit
f6fdbbb2
authored
Jun 29, 2019
by
Mijian Xu
😷
Browse files
Update .gitlab-ci.yml
parent
f6f93538
Pipeline
#736
failed with stage
in 1 minute and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f6fdbbb2
...
...
@@ -33,23 +33,12 @@ before_script:
# - pip install tox flake8 # you can also use tox
# - tox -e py36,flake8
py37
:
deploy
:
script
:
-
conda create -n
testenv37 python=3.7
-
source activate
testenv37
-
pip install setuptools wheel
-
conda create -n
deploy
-
source activate
deploy
-
pip install setuptools wheel
twine
-
python setup.py sdist bdist_wheel
# an alternative approach is to install and run:
# run the command here
py36
:
script
:
-
conda create -n testenv36 python=3.6
-
source activate testenv36
-
pip install setuptools wheel
-
python setup.py sdist bdist_wheel
after_script
:
-
pip install twine
-
twine upload dist/*
Write
Preview
Markdown
is supported
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