Codebase list logbook / 7d426ea0-c190-4fad-8e29-bd21870a826f/main .appveyor / after_test.bat
7d426ea0-c190-4fad-8e29-bd21870a826f/main

Tree @7d426ea0-c190-4fad-8e29-bd21870a826f/main (Download .tar.gz)

after_test.bat @7d426ea0-c190-4fad-8e29-bd21870a826f/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
	)
)