mirror of
https://github.com/nicolabs/nicobot.git
synced 2025-09-05 17:15:36 +02:00
- removing travis build for pypi as it does not recognizes the token (but keeping it for the sanity build & test while it's not also in Github actions)
This commit is contained in:
parent
fa21f46880
commit
747ec051fd
11
.travis.yml
11
.travis.yml
|
@ -22,14 +22,3 @@ script:
|
|||
# 'python' points to Python 2.7 on macOS but points to Python 3.8 on Linux and Windows
|
||||
# 'python3' is a 'command not found' error on Windows but 'py' works on Windows only
|
||||
- python3 -m unittest discover -s tests || python -m unittest discover -s tests
|
||||
# See https://docs.travis-ci.com/user/deployment/pypi/
|
||||
deploy:
|
||||
provider: pypi
|
||||
username: "__token__"
|
||||
password:
|
||||
secure: AfTCGn6OMDL5DKinVph4T6rFsai+xGCG4A9Ln0q5KX+3kvGVkeLHuZllTj+A7Dz9PfaZwVQRTA1jumI/c/ESDNtBgWq92dRqjpMofyX9zsikVdTWuuKfNzvebrI2ElMKc5W2e2MrNmyOgfb56LjKpaO/CeZasYURwPuWzsjktgH05840VZwlUfldEifsiQgPhQF93y7r4G7pI33yS+QNZLweNBzPddi1V5d9KvC4FyKOfwHdYvYVm4qHsqSMg/duRlB/GecAMc00WcEGc2OajM4BYJf2GA5z3Ld/fIeqWlOHpaNuaspbnygdMbzx1GbZhwAY0KrTc0oNkGw7tpwi8hi3WH/GA1Pa7JtTfBwxfaJOTiZ38r59QFxo11T5z++0wKANwx8YpNX/dL2Psqe/hAQImUY+OF6+0aYYaSOEd15N3EmsDWhjWh5RpdKum3at2uCrItSqgcVG7UxQzs30VDsFMbnSSYv4Vf32zpoaTsf8nx2Oc4iJi144VI66iB3L2eCsR7PNIgZDZ0YEIDn9s2RFYUsweh6FJgpmV3+9c7uT8TErkYiOrDVI5+oBLSAL5RZa4FuliJAvwwSX7rx89J6VM7YmRlvDqHGAQStz94E22m3p1ovTPwhojLKfWGHE49+CTouNf6wPpvDc32ktvSZhY1mEY4jsvu76rt4sBjY=
|
||||
on:
|
||||
tags: true
|
||||
skip_existing: true
|
||||
skip_cleanup: true
|
||||
distributions: "sdist bdist_wheel"
|
||||
|
|
Loading…
Reference in a new issue