Skip to content

Commit

Permalink
fixing twine usage in appveyor, again
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed Oct 18, 2016
1 parent b16a8ee commit a0c376d
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 @@ -108,7 +108,7 @@ deploy_script:
- "echo username=andrewannex >> %USERPROFILE%\\.pypirc"
- "echo password=%PYPI_PASSWORD% >> %USERPROFILE%\\.pypirc"
# upload to pypi for windows, add back: 'if($env:appveyor_repo_tag -eq 'True' -and $env:appveyor_repo_branch -eq 'master')' for master brach, remove -r test also
- ps: Invoke-Expression "$env:PYTHON/Scripts/twine upload -r test --skip-existing dist/*"
- ps: Invoke-Expression "$env:PYTHON/Scripts/twine upload --skip-existing dist/* -r test"
- ps: rm ~/.pypirc
# upload conda builds to conda cloud
# If ($env:APPVEYOR_REPO_TAG -eq "true") { anaconda -t $env:BINSTAR_TOKEN upload ./win-*/*.tar.bz2 -u andrewannex --no-progress --force } Else { "Not on a tag, won't deploy" }
Expand Down

0 comments on commit a0c376d

Please sign in to comment.