Files
deb-python-dcos/win_bin/packages.ps1
2015-06-16 00:03:33 +03:00

8 lines
192 B
PowerShell

$BaseDir = (Get-Location).Path
echo "Building wheel..."
& "$BASEDIR\env\Scripts\python.exe" setup.py bdist_wheel
echo "Building egg..."
& "$BASEDIR\env\Scripts\python.exe" setup.py sdist