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 63c428f commit 1a70bcfCopy full SHA for 1a70bcf
1 file changed
.travis.yml
@@ -6,7 +6,6 @@ python:
6
- 3.7
7
- 3.8
8
- 3.8-dev
9
- - nightly
10
11
cache: apt
12
@@ -36,14 +35,12 @@ script:
36
35
jobs:
37
include:
38
- stage: deploy
39
- before_deploy:
+ if: tag IS present AND repo = rmorshea/idom
+ python: 3.6
40
+ script:
41
- sudo apt update
42
# javascript dependencies
43
- sudo apt install nodejs
44
- npm install -g yarn
- deploy:
45
- provider: pypi
46
- distributions: "bdist_wheel"
47
- on:
48
- repo: rmorshea/idom
49
- tags: true
+ - python setup.py bdist_wheel
+ - twine upload dist/* -u $PYPI_USERNAME -p $PYPI_PASSWORD
0 commit comments