Update .travis.yml

This commit is contained in:
New Future
2021-07-30 12:06:10 +08:00
committed by GitHub
parent dac43a438d
commit 5b03cd249d
+3
View File
@@ -21,6 +21,8 @@ script:
- export SSL_CERT_FILE=${PWD}/cert.pem
- pyinstaller --onefile --noconfirm --clean ./.build/ddns.spec
- ./dist/ddns || test -e "config.json"
- ./dist/ddns -h
git:
depth: 2
@@ -39,6 +41,7 @@ deploy:
- provider: pypi
username: newfuture-bot
password: "${PYPI_PWD}"
skip_cleanup: true
cleanup: false
distributions: "sdist bdist_wheel" # Your distributions here
on: