Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandraTrifan committed Dec 9, 2021
1 parent 29c1faa commit 9734211
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ environment:
CHERE_INVOKING: 1
TWINE_USERNAME: __token__

cache:
- C:\glog -> CI\appveyor\install_glog.bat
# cache:
# - C:\glog -> CI\appveyor\install_glog.bat

install:
#Download libiio deps
Expand Down Expand Up @@ -99,9 +99,11 @@ build_script:
# on other branches, wheels will be available in the zip archive
deploy_script:
- ps: >-
if ($env:appveyor_repo_tag) { return }
c:\Python39-x64\python.exe -m pip install --upgrade pip twine
c:\Python39-x64\python.exe -m twine upload --repository testpypi c:\wheelhouse\*
If($Env:APPVEYOR_REPO_TAG -eq "true")
{
c:\Python39-x64\python.exe -m pip install --upgrade pip twine
c:\Python39-x64\python.exe -m twine upload --repository testpypi c:\wheelhouse\*
}
#on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 comments on commit 9734211

Please sign in to comment.