Skip to content

Commit

Permalink
Fixed Appveyor file
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchassassin committed Feb 3, 2017
1 parent 1828d74 commit c16b669
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 @@ -68,4 +68,4 @@ artifacts:

deploy_script:
# Deploy the generated wheel to PyPi
- if "%APPVEYOR_REPO_TAG%"=="true" (python -m twine upload -u %USER% -p %PASS% --skip-existing dist/Lackey*.whl) else (echo "Tag not set, deployment skipped.")
- if "%APPVEYOR_REPO_TAG%"=="true" (%PYTHON%\\python.exe -m twine upload -u %USER% -p %PASS% --skip-existing dist/Lackey*.whl) else (echo "Tag not set, deployment skipped.")

0 comments on commit c16b669

Please sign in to comment.