Skip to content

Commit 6b6b2e8

Browse files
committed
fix path for win
1 parent 3c95150 commit 6b6b2e8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
History
33
=======
44

5-
0.7.5 (2017-06-18)
5+
0.7.6 (2017-06-18)
66
------------------
77

88
* First release on PyPI.

scikit-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ after_test:
4747
appveyor:
4848
commands:
4949
- $<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\*
5151

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ replace = {new_version}
1919
search = {current_version}
2020
replace = {new_version}
2121

22+
2223
[flake8]
2324
exclude = docs
2425

@@ -27,5 +28,4 @@ test = pytest
2728

2829
[tool:pytest]
2930
testpaths = tests
30-
addopts = --verbose
31-
31+
addopts = --verbose

0 commit comments

Comments
 (0)