Codebase list logbook / debian/0.12.3-1 .appveyor / after_test.bat
debian/0.12.3-1

Tree @debian/0.12.3-1 (Download .tar.gz)

after_test.bat @debian/0.12.3-1raw · history · blame

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