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:
parent
c19d03b41d
commit
1104e816cb
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user