File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
History
3
3
=======
4
4
5
- 0.7.5 (2017-06-18)
5
+ 0.7.6 (2017-06-18)
6
6
------------------
7
7
8
8
* First release on PyPI.
Original file line number Diff line number Diff line change @@ -47,5 +47,5 @@ after_test:
47
47
appveyor :
48
48
commands :
49
49
- $<RUN_ENV> $<PYTHON> -m pip install --upgrade twine urllib3[secure]
50
- - $<RUN_ENV> $<PYTHON> -m twine upload wheelhouse \*
50
+ - $<RUN_ENV> $<PYTHON> -m twine upload dist \*
51
51
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ replace = {new_version}
19
19
search = {current_version}
20
20
replace = {new_version}
21
21
22
+
22
23
[flake8]
23
24
exclude = docs
24
25
@@ -27,5 +28,4 @@ test = pytest
27
28
28
29
[tool:pytest]
29
30
testpaths = tests
30
- addopts = --verbose
31
-
31
+ addopts = --verbose
You can’t perform that action at this time.
0 commit comments