Codebase list logbook / 788218b3-b7bb-49d1-81ba-4e959ad6885d/main .appveyor / after_test.bat
788218b3-b7bb-49d1-81ba-4e959ad6885d/main

Tree @788218b3-b7bb-49d1-81ba-4e959ad6885d/main (Download .tar.gz)

after_test.bat @788218b3-b7bb-49d1-81ba-4e959ad6885d/mainraw · history · blame

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
	)
)