Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
1104e816
Commit
1104e816
authored
Jun 12, 2017
by
J. Fernando Sánchez
Browse files
Push pip for tags without a preceding v
parent
c19d03b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1104e816
...
@@ -72,7 +72,7 @@ deploy_pypi:
...
@@ -72,7 +72,7 @@ deploy_pypi:
-
make pip_upload
-
make pip_upload
-
echo "" > ~/.pypirc && rm ~/.pypirc
# If the above fails, this won't run.
-
echo "" > ~/.pypirc && rm ~/.pypirc
# If the above fails, this won't run.
only
:
only
:
-
/^v\d+\.\d+\.\d+([abc]\d*)?$/
# PEP-440 compliant version (tags)
-
/^v
?
\d+\.\d+\.\d+([abc]\d*)?$/
# PEP-440 compliant version (tags)
except
:
except
:
-
branches
-
branches
...
...
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