#!/bin/bash

script_name=$0
script_full_path=$(dirname "$script_name")
$script_full_path/build

python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
