Skip to content

Commit 4a5ed64

Browse files
committed
Fix to AppVeyor
1 parent 6d37dc7 commit 4a5ed64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ build_script:
1414
- >
1515
IF "%APPVEYOR_REPO_TAG%" == "true"
1616
(
17-
"%PYTHON% -m pip install twine"
17+
%PYTHON% -m pip install twine
1818
&&
19-
"%PYTHON% -m twine upload wheelhouse\\*.whl"
19+
%PYTHON% -m twine upload wheelhouse\\*.whl
2020
)
2121
2222
artifacts:

0 commit comments

Comments
 (0)