We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eecb828 commit e2d104eCopy full SHA for e2d104e
.travis.yml
@@ -31,7 +31,7 @@ matrix:
31
- git config --global user.name "odidev"
32
- git config --global user.email "[email protected]"
33
- git config --global --list
34
- - export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)}
+ - export TRAVIS_TAG=aarch64-python-wheels-1.0
35
- git tag $TRAVIS_TAG
36
- python setup.py bdist_wheel
37
0 commit comments