#!/bin/bash
script_name=$0
script_full_path=$(dirname "$script_name")
$script_full_path/build
python3 -m twine upload dist/*
