Skip to content

Commit

Permalink
fix deploy section
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed Nov 11, 2020
1 parent 9ae6241 commit cdc1acd
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,15 @@ after_test:
# - python -m wheelhouse_uploader upload
# --local-folder=dist --no-update-index
# wheels

# upload to github
artifacts:
- path: /.*\.whl/
deploy:
provider: GitHub
auth_token:
secure: hjJNKldisMmyQSiKXHMbEsXgYVr9lNDI3es4qvhYskBq+BDXcCpjL4oDwT3KXykn
artifact: /.*\.whl/
on:
APPVEYOR_REPO_TAG: true
- provider: GitHub
description: "cftime release"
auth_token:
secure: hjJNKldisMmyQSiKXHMbEsXgYVr9lNDI3es4qvhYskBq+BDXcCpjL4oDwT3KXykn
force_update: true
on:
APPVEYOR_REPO_TAG: true

0 comments on commit cdc1acd

Please sign in to comment.