Skip to content
GitLab
菜单
项目
群组
代码片段
帮助
帮助
支持
社区论坛
快捷键
?
提交反馈
登录/注册
切换导航
菜单
打开侧边栏
NJU Geophy
MGPro
提交
f6fdbbb2
提交
f6fdbbb2
编辑于
6月 29, 2019
作者:
Mijian Xu
😷
浏览文件
Update .gitlab-ci.yml
上级
f6f93538
流水线
#736
已失败 ,包含阶段
in 1 minute 和 18 second
变更
1
流水线
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
浏览文件 @
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/*
编辑
预览
Supports
Markdown
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录