Skip to content

Commit

Permalink
add cd
Browse files Browse the repository at this point in the history
  • Loading branch information
dynaryu committed Aug 30, 2019
1 parent 5eea733 commit b348688
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions appveyor.yml
Expand Up @@ -78,13 +78,11 @@ on_success:
#- cmd: SET OS='win-64'
#- cmd: conda config --set anaconda_upload no
- cmd: conda-build %CD% --output > to_upload.txt
- cmd: conda-build %CD%
- cmd: SET /P BUILT_PACKAGE=<to_upload.txt
- cmd: DEL to_upload.txt
- cmd: echo %BUILT_PACKAGE%
- cmd: cd %CONDA_PREFIX%\conda-bld\win-64
- cmd: dir
- cmd: if exist %BUILT_PACKAGE% anaconda upload %BUILT_PACKAGE% -u dynaryu -t %BINSTAR_TOKEN%
- cmd: conda-build %CD%
- cmd: if exist %BUILT_PACKAGE% echo %BUILT_PACKAGE%
- cmd: if exist %BUILT_PACKAGE% anaconda -t %BINSTAR_TOKEN% upload %BUILT_PACKAGE% -u dynaryu
#- cmd: anaconda -t %CONDA_UPLOAD_TOKEN% upload %BUILT_PACKAGE% -u dynaryu --force
# Write the output file location to a file...cannot simply use conda build --output
# because astropy_helpers prints out a message when it is freezing the version number during setup.
Expand Down

0 comments on commit b348688

Please sign in to comment.