mirror of
https://github.com/anomalyco/opencode-sdk-python.git
synced 2026-04-28 20:50:07 +00:00
6 lines
100 B
Bash
6 lines
100 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
mkdir -p dist
|
|
rye build --clean
|
|
rye publish --yes --token=$PYPI_TOKEN
|