We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911fe6e commit e6e78f6Copy full SHA for e6e78f6
1 file changed
appveyor.yml
@@ -79,7 +79,7 @@ test_script:
79
- "%CMD_IN_ENV% conda build .\\ci\\conda --quiet --no-remove-work-dir"
80
# move conda package to /dist
81
- cmd: 'mkdir dist'
82
- - cmd: 'copy /Y %PYTHON%\conda-bld\win-%PYTHON_ARCH%\pythonocc*.bz2 dist || cmd /c "exit /b 0"'
+ - cmd: 'copy /Y %CONDA_INSTALL_LOCN%\conda-bld\win-%PYTHON_ARCH%\pythonocc*.bz2 dist || cmd /c "exit /b 0"'
83
84
artifacts:
85
- path: dist\*
0 commit comments