mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-26 21:36:23 +02:00
5 lines
No EOL
128 B
Batchfile
5 lines
No EOL
128 B
Batchfile
IF "%APPVEYOR_REPO_BRANCH%"=="deploy" (
|
|
twine upload --skip-existing dist/*
|
|
) ELSE (
|
|
ECHO Only deploy on deploy branch
|
|
) |