Fix deploy script covered.

pull/493/head
KmolYuan 2019-09-25 15:59:36 +08:00
parent 495a285c7e
commit 8c4a37ef4c
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ for:
- mingw32-make --version - mingw32-make --version
build_script: &python-script build_script: &python-script
- cd cython && python setup.py test && cd .. - cd cython && python setup.py test && cd ..
deploy_script: &python-deploy after_build: &python-deploy
# PyPI deployment # PyPI deployment
- IF "%APPVEYOR_REPO_TAG%"=="true" - IF "%APPVEYOR_REPO_TAG%"=="true"
IF "%APPVEYOR_REPO_NAME%"=="KmolYuan/solvespace" ( IF "%APPVEYOR_REPO_NAME%"=="KmolYuan/solvespace" (
@ -72,7 +72,7 @@ for:
PYTHON_DIR: C:\Python37-x64 PYTHON_DIR: C:\Python37-x64
install: *python-install install: *python-install
build_script: *python-script build_script: *python-script
deploy_script: *python-deploy after_build: *python-deploy
artifacts: artifacts:
- path: build\bin\%BUILD_TYPE%\solvespace.exe - path: build\bin\%BUILD_TYPE%\solvespace.exe