Files
windmill/python-client/publish.sh
T
pyranota 697f660532 chore: fix python client build (#5856)
* chore: fix python client build

* nit
2025-06-03 00:05:12 +02:00

12 lines
341 B
Bash
Executable File

#!/usr/bin/env 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/