Skip to content

Commit

Permalink
Update token for AppVeyor, fix release for OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
vshlapakov committed Jun 6, 2018
1 parent 6b792bc commit a011503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -83,4 +83,4 @@ deploy:
on:
tags: true
repo: scrapinghub/shub
condition: "$TOX_ENV == freeze"
condition: "$TOX_ENV == freeze || ($TRAVIS_OS_NAME == osx && $TOX_ENV == py35)"
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -39,7 +39,7 @@ after_test:
deploy:
provider: GitHub
auth_token:
secure: VL0u0BjtFWMJi6gb32hd4dNWHAY6P92o+Aq2GsfLgqqlfa7PXIZpgEAG8m5egXsh
secure: dYqilqswNHo/A+08lISafEpFx/wNOzk/7Iz4aTHode5BbVcGrLXWkNFczw6zzIN8
artifact: dist_bin\shub-$(APPVEYOR_REPO_TAG_NAME)-windows-$(PLATFORM).zip
draft: true
on:
Expand Down

0 comments on commit a011503

Please sign in to comment.