Files
windmill/python-client/publish.sh
T
Ruben Fiszel 2e132878e4 first commit
2022-05-05 04:25:58 +02:00

11 lines
325 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
cd ../wmill_pg && poetry publish --username __token__ --password $PYPI_PASSWORD -n || true
rm -rf windmill-api/