We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Change the "version" value from: ./openupgradelib/init.py:5:version = 'NEW.VERSION.NUMBER'
Git commit git commit ...
Sign tag git tag -s -m NEW.VERSION.NUMBER Notice "-s" parameter in order to sign tag
Git push git push OCA_REMOTE --tags Notice "--tags" parameter in order to upload "tags".
Auto upload pypi package from travis build is working just if there is a tag signed.