Skip to content

Commit

Permalink
Gonna test on any branch just for pypi test
Browse files Browse the repository at this point in the history
  • Loading branch information
tgsmith61591 committed Jul 30, 2017
1 parent 55ab488 commit e334cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -63,5 +63,5 @@ deploy_script:
- echo "Starting Artifact Deployment"
# upload to pypi for windows
- set PATH=%BK_PATH%
- ps: If ($env:APPVEYOR_REPO_TAG -eq "true" -And $env:APPVEYOR_REPO_BRANCH -eq "master") { Invoke-Expression "twine upload -u $env:PYPI_USERNAME -p $env:PYPI_PASSWORD --repository-url https://testpypi.python.org/legacy/ --skip-existing dist/*.whl" } Else {
- ps: If ($env:APPVEYOR_REPO_TAG -eq "true") { Invoke-Expression "twine upload -u $env:PYPI_USERNAME -p $env:PYPI_PASSWORD --repository-url https://testpypi.python.org/legacy/ --skip-existing dist/*.whl" } Else {
write-output "Not on a tag on master, won't deploy to pypi"}

0 comments on commit e334cfb

Please sign in to comment.