1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-22 08:12:27 +00:00

Push pip for tags without a preceding v

This commit is contained in:
J. Fernando Sánchez 2017-06-12 21:06:34 +02:00
parent c19d03b41d
commit 1104e816cb

View File

@ -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