File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : python
3
3
4
- matrix :
4
+ jobs :
5
5
include :
6
6
- python : ' 3.6'
7
7
env : TOXENV=check
@@ -30,6 +30,22 @@ matrix:
30
30
- python : ' 3.6'
31
31
env : TOXENV=benchmark
32
32
33
+ - stage : deploy
34
+ python : ' 3.6'
35
+ env :
36
+ install : pip install -U setuptools setuptools_scm
37
+ script : skip
38
+ deploy :
39
+ provider : pypi
40
+ user : nicoddemus
41
+ distributions : sdist bdist_wheel
42
+ skip_upload_docs : true
43
+ password :
44
+ secure : PDvQCKfXrF1V/tdwEOfeDEjDs6vJ9gKWo4yrMUmBx1JL5plHZaqfHLftlGMoHekaQTHcfyYYbxignFw5IGsn97/nFKKWDPNBfZA+3RJJmeJfz2NQunYkSnoqtBtfEtWHzFPdkCm0w/CN9C8IpRjhvLnFTUQzil6iMy6wZG276gU=
45
+ on :
46
+ tags : true
47
+ repo : pytest-dev/pluggy
48
+
33
49
install :
34
50
- pip install -U setuptools pip
35
51
- pip install -U tox
@@ -44,5 +60,3 @@ notifications:
44
60
on_success : change
45
61
on_failure : change
46
62
skip_join : true
47
- # email:
48
-
You can’t perform that action at this time.
0 commit comments