mirror of
https://github.com/thinking-machines-lab/tinker.git
synced 2026-04-22 16:49:00 +00:00
7 lines
96 B
Bash
7 lines
96 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
rm -rf dist
|
|
mkdir -p dist
|
|
uv build
|
|
uv publish --token=$PYPI_TOKEN
|