Files
windmill/python-client/publish.sh
2022-05-17 21:43:15 +02:00

12 lines
333 B
Bash
Executable File

#!/bin/bash
set -e
./build.sh
cd windmill-api && poetry publish --username __token__ --password $PYPI_PASSWORD -n || true
cd ../wmill && poetry publish --username __token__ --password $PYPI_PASSWORD -n || true
sleep 5
cd ../wmill_pg && poetry publish --username __token__ --password $PYPI_PASSWORD -n || true
rm -rf windmill-api/