Skip to content

Commit 702ce07

Browse files
committed
Add deployment stage
1 parent 7a40811 commit 702ce07

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@ jobs:
1010
python: '3.5'
1111
- env: TOXENV=py36
1212
python: '3.6'
13+
- stage: deploy
14+
python: '3.6'
15+
env:
16+
install: pip install -U setuptools setuptools_scm
17+
script: skip
18+
deploy:
19+
provider: pypi
20+
user: nicoddemus
21+
distributions: sdist bdist_wheel
22+
skip_upload_docs: true
23+
password:
24+
secure: TfROFljW1ne09zgKkG1s9ggPscjcghWxW/KuoScjgzXQ6OBE7QNm4keLJZxq+dxYGwbON3hoFVzCq9bU4c5eyFAT+OEN7GRa+/WFXriZIilrWXsNWF1R+EEnIyjbNgFGXRX41XxQ0GzUNB+6xr8BexqTRgBp8gFdvoKulyibVWI=
25+
on:
26+
tags: true
27+
repo: pytest-dev/pytest-cpp
1328

1429
install:
1530
- sudo apt-get update

0 commit comments

Comments
 (0)