Codebase list logbook / 71235d0b-adb4-4b86-8514-d1693dc35069/main .appveyor / after_test.bat
71235d0b-adb4-4b86-8514-d1693dc35069/main

Tree @71235d0b-adb4-4b86-8514-d1693dc35069/main (Download .tar.gz)

after_test.bat @71235d0b-adb4-4b86-8514-d1693dc35069/main

fea2298
ffdbf14
fea2298
 
 
 
1
2
3
4
5
6
IF DEFINED CYBUILD (
	%BUILD% python setup.py bdist_wheel
	IF "%APPVEYOR_REPO_TAG%"=="true" (
		twine upload -u %PYPI_USERNAME% -p %PYPI_PASSWORD% dist\*.whl
	)
)