File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 5
5
__author_email__ = 'graffatcolmingov@gmail.com'
6
6
__license__ = 'Modified BSD'
7
7
__copyright__ = 'Copyright 2012-2015 Ian Cordasco'
8
- __version__ = '1.0.0a2 '
8
+ __version__ = '1.0.0a3 '
9
9
__version_info__ = tuple (int (i ) for i in __version__ .split ('.' ) if i .isdigit ())
10
10
__url__ = 'https://github3py.readthedocs.org'
11
11
Original file line number Diff line number Diff line change @@ -37,12 +37,14 @@ deps =
37
37
commands = flake8 {posargs} github3/ tests/unit/ tests/integration/
38
38
39
39
[testenv:release]
40
+ usedevelop = false
41
+ skipdist = true
40
42
deps =
41
- twine >= 1.4 .0
43
+ twine >= 1.5 .0
42
44
wheel
43
45
commands =
44
46
python setup.py sdist bdist_wheel
45
- twine upload {posargs} dist/*
47
+ twine upload {posargs:--skip-existing } dist/*
46
48
47
49
[testenv:docs]
48
50
deps =
You can’t perform that action at this time.
0 commit comments