Codebase list logbook / run/17eb7e6f-5c27-42ce-8f47-5132d820eb54/main .appveyor / after_test.bat
run/17eb7e6f-5c27-42ce-8f47-5132d820eb54/main

Tree @run/17eb7e6f-5c27-42ce-8f47-5132d820eb54/main (Download .tar.gz)

after_test.bat @run/17eb7e6f-5c27-42ce-8f47-5132d820eb54/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
	)
)