#!/usr/bin/env bash set -ex rm -r _dist || true poetry run python3 generate.py ( rm dist.zip || true cd _dist zip -r ../dist.zip . )