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

Commit 30d508e

Browse files
authored
Merge pull request #78 from tylerjereddy/issue_76_appveyor_uploads
appveyor uploads fix
2 parents 76883d4 + 9b61653 commit 30d508e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,4 @@ on_success:
219219
- cd ..\scipy
220220
- cmd: set ANACONDA_ORG="multibuild-wheels-staging"
221221
- pip install git+https://github.com/Anaconda-Server/anaconda-client
222-
- IF NOT "%SCIPY_STAGING_UPLOAD_TOKEN%" == "" anaconda -t %SCIPY_STAGING_UPLOAD_TOKEN% upload --force -u %ANACONDA_ORG% "%APPVEYOR_BUILD_FOLDER%/wheelhouse/*.whl"
222+
- IF NOT "%SCIPY_STAGING_UPLOAD_TOKEN%" == "" anaconda -t %SCIPY_STAGING_UPLOAD_TOKEN% upload --force -u %ANACONDA_ORG% "dist\*.whl"

0 commit comments

Comments
 (0)