We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1121f3a commit eecb828Copy full SHA for eecb828
.travis.yml
@@ -31,7 +31,7 @@ matrix:
31
- git config --global user.name "odidev"
32
- git config --global user.email "odidev@puresoftware.com"
33
- git config --global --list
34
- - export TRAVIS_TAG="aarch64-python-wheels"
+ - export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)}
35
- git tag $TRAVIS_TAG
36
- python setup.py bdist_wheel
37
0 commit comments