Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
DEBUG: appveyor verbose conda upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjereddy committed Feb 5, 2022
1 parent 4519444 commit cddc017
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 @@ -242,4 +242,4 @@ on_success:
- cd ..\scipy
- cmd: set ANACONDA_ORG="multibuild-wheels-staging"
- pip install git+https://github.com/Anaconda-Platform/anaconda-client.git@ce89e4351eef
- IF NOT "%SCIPY_STAGING_UPLOAD_TOKEN%" == "" anaconda -t %SCIPY_STAGING_UPLOAD_TOKEN% upload --force -u %ANACONDA_ORG% "dist\*.whl"
- IF NOT "%SCIPY_STAGING_UPLOAD_TOKEN%" == "" anaconda -v -t %SCIPY_STAGING_UPLOAD_TOKEN% upload --force -u %ANACONDA_ORG% "dist\*.whl"

0 comments on commit cddc017

Please sign in to comment.