Skip to content

Commit

Permalink
fix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
arm61 committed Sep 19, 2018
1 parent 28a559d commit c5e510f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ environment:
install:
# We need wheel installed to build wheels
- "SET PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
- "%PYTHON%\\python.exe -m pip install wheel twine"
- "%PYTHON%\\python.exe -m pip install wheel"
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
- "set PATH=%PATH%;C:\"%PYTHON%\\Scripts"

Expand All @@ -44,6 +44,7 @@ after_test:
- "echo [pypi] > %USERPROFILE%\\.pypirc"
- "echo username: user >> %USERPROFILE%\\.pypirc"
- "echo password: %password% >> %USERPROFILE%\\.pypirc"
- "%PYTHON%\\python.exe -m pip install twine"
- "%PYTHON%\\python.exe setup.py bdist_wheel"
- "twine upload --skip-existing dist/*.whl"

Expand Down

0 comments on commit c5e510f

Please sign in to comment.