File tree Expand file tree Collapse file tree 1 file changed +22
-7
lines changed Expand file tree Collapse file tree 1 file changed +22
-7
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ services:
6
6
- rabbitmq
7
7
cache : pip
8
8
python :
9
- - " 3.5"
10
- - " 3.6"
11
- - " 3.7"
9
+ - ' 3.5'
10
+ - ' 3.6'
11
+ - ' 3.7'
12
12
addons :
13
13
apt :
14
14
packages :
@@ -26,13 +26,13 @@ matrix:
26
26
allow_failures :
27
27
- env : DJANGO=master
28
28
exclude :
29
- - python : " 3.6"
29
+ - python : ' 3.6'
30
30
env : TOXENV=docs
31
- - python : " 3.7"
31
+ - python : ' 3.7'
32
32
env : TOXENV=docs
33
- - python : " 3.5"
33
+ - python : ' 3.5'
34
34
env : TOXENV=reversion
35
- - python : " 3.6"
35
+ - python : ' 3.6'
36
36
env : TOXENV=reversion
37
37
before_script :
38
38
- |
@@ -44,3 +44,18 @@ install:
44
44
- pip install -U codecov tox
45
45
script : tox -e $TOXENV
46
46
after_success : codecov
47
+ jobs :
48
+ include :
49
+ - stage : PyPI release
50
+ script : echo "Deploying to PyPI ..."
51
+ env : TOXENV=docs
52
+ if : tag IS present
53
+ deploy :
54
+ provider : pypi
55
+ user : codingjoe
56
+ password :
57
+ secure : cXjajc1UQ+I4ZcHJhHpfGmgbLntQEdfyPrZQuHJDr5yxBeH/I+BUReaUcHZSoYJjCPa51zxXePs0cDrbG6XDZ8gFKf7yCfQNvNvmLmXK1Pmn2mzwYn9/U9QmotHseU3BRny2dRUJqcQ3svNjVZd7DDrEJrAbSEBFqnGZF/K3L6gYRWliByAx90kDp7RSayCYf5wjptifm4Kdiuk0/lZqu9Sr9P9INN3jHzD4tSJEDuWvbJbYqU4re1MxrxVdLx0+Scxtj/jeTpdE3oDi8EZR1ujeSXPRnhIy0UF2HvTxJp39DlhYAh5CWEWadGcOWNWsD2LAFCot6La7AHz6US7EO5ZxlNYJ2QClOISouix2xNNaGQFwH9PeJkudZai8oL/HwkJhdr22eIkQMkj/LOYNhTJEpsVME5SuuUBOcsEvJ/ovMeEDHiRh6htbgmmNnD32thSOcKEsEmX8+UNFD3+OMngi2r/rOITt8T5eH70mcruu2iCkMtmwVvqmTJQ659TntTu/XHPBpZKJxM7xtHD7LAOeS9sj1E/BmEWHLdL3nFkPQ7/1gKagMLc/fC/ufxLW7tkH990iWTbkm1GtoC6E5dP73f1vUjKIA4WCibbHgyNKzd6z9ifAfnVDFVLVXxbMKlXhAZYouhxOMLGi2pJWTU71FGOGBRN5dLTD46ZtMo0=
58
+ on :
59
+ tags : true
60
+ distributions : sdist bdist_wheel
61
+ repo : codingjoe/joeflow
You can’t perform that action at this time.
0 commit comments