Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mercurial
evolve
Commits
c0ed8e574638
Commit
c0ed8e57
authored
Mar 11, 2021
by
Anton Shestakov
Browse files
ci: build sdist tarball as a post step (only for tagged revisions)
parent
f320811a6b00
Pipeline
#19181
passed with stages
in 6 minutes and 9 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c0ed8e57
...
...
@@ -82,3 +82,14 @@
artifacts
:
paths
:
-
html/*
sdist
:
stage
:
.post
image
:
registry.heptapod.net/mercurial/ci-images/py3-hgext3rd
script
:
-
python3 setup.py sdist
artifacts
:
paths
:
-
dist/*
only
:
-
tags
Anton Shestakov
@av6
mentioned in commit
1677f07e9ed5
·
Mar 11, 2021
mentioned in commit
1677f07e9ed5
mentioned in commit 1677f07e9ed5e95b7c91885dda589bcf7e56cb09
Toggle commit list
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