Skip to content

Commit

Permalink
update travis ci (#274)
Browse files Browse the repository at this point in the history
* update travis ci

* branches
  • Loading branch information
NewFuture committed Jul 21, 2021
1 parent 5e420fb commit 473034a
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ python:

dist: xenial

# os:
# - linux
branches:
only:
- master

os:
- linux
# - osx

before_install:
Expand All @@ -29,18 +33,18 @@ git:

deploy:
- provider: releases
api_key: "${GH_TOKEN}"
skip_cleanup: true
token: "${GH_TOKEN}"
cleanup: false
file:
- "dist/ddns"
on:
tags: true
branch: master
python: '3.7'
- provider: pypi
user: newfuture-bot
username: newfuture-bot
password: "${PYPI_PWD}"
skip_cleanup: true
cleanup: false
distributions: "sdist bdist_wheel" # Your distributions here
on:
tags: true
Expand Down

0 comments on commit 473034a

Please sign in to comment.