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
OpenMesh
openmesh-python
Commits
ce7f9af3
Commit
ce7f9af3
authored
Mar 21, 2018
by
Isaak Lim
Browse files
add deploy sdist CI job
parent
ba188722
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ce7f9af3
...
...
@@ -230,6 +230,21 @@ deploy-2.7-macos:
paths
:
-
release/*.whl
deploy-sdist
:
stage
:
deploy
tags
:
-
Linux
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
script
:
-
virtualenv --clear -p python3.5 .
-
source bin/activate
-
python setup.py sdist --dist-dir release
artifacts
:
paths
:
-
release/
deploy-documentation
:
stage
:
deploy
...
...
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