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
workflow
ewoks
ewoksdask
Commits
2bc05e41
Commit
2bc05e41
authored
Aug 09, 2021
by
Wout De Nolf
Browse files
add sdist to ci
parent
6ec5aa3e
Pipeline
#52303
passed with stages
in 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2bc05e41
...
...
@@ -4,8 +4,14 @@ include:
test-3.6
:
extends
:
"
.test-3.6"
deploy_docs
:
extends
:
"
.sphinx_and_artifacts"
build_sdist
:
extends
:
"
.build_sdist"
test_sdist-3.6
:
extends
:
"
.test_sdist-3.6"
build_doc
:
extends
:
"
.build_doc"
pages
:
extends
:
"
.pages"
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