internet_ml/scripts/publish.sh

5 lines
99 B
Bash

#!/bin/sh
poetry build
poetry publish --build --username $PYPI_USERNAME --password $PYPI_PASSWORD