Skip to content

Commit

Permalink
appveyor deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeeren committed Nov 30, 2015
1 parent e65c3dc commit e038d54
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 @@ -85,7 +85,7 @@ deploy_script:
# if tagged commit, build/upload wheel
- IF "%APPVEYOR_REPO_TAG%"=="true" IF NOT "%TESTENV%"=="check" (
pip install twine &&
twine register -u %PYPI_USER% -p %PYPI_PASS% dist/apexpy*.zip &&
twine register -u %PYPI_USER% -p %PYPI_PASS% dist\apexpy*.zip &&
twine upload -u %PYPI_USER% -p %PYPI_PASS% dist/*
)

Expand Down

0 comments on commit e038d54

Please sign in to comment.