#!/usr/bin/env sh

set -euo pipefail

git pull
poetry run fullrelease
poetry publish --build
