Skip to content

Commit

Permalink
fix appveyor4
Browse files Browse the repository at this point in the history
  • Loading branch information
arm61 committed Sep 19, 2018
1 parent 3ce1c77 commit 9e88c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ after_test:
- "echo password: %password% >> %USERPROFILE%\\.pypirc"
- "%PYTHON%\\python.exe -m pip install twine"
- "%PYTHON%\\python.exe setup.py bdist_wheel"
- "%PYTHON%\\twine upload --skip-existing dist/*.whl"
- "%PYTHON%\\Scripts\\twine upload --skip-existing dist/*.whl"

artifacts:
# bdist_wheel puts your built wheel in the dist directory
Expand Down

0 comments on commit 9e88c0d

Please sign in to comment.