mirror of
https://github.com/PaiGramTeam/sqlmodel.git
synced 2024-11-26 09:42:16 +00:00
6 lines
62 B
Bash
6 lines
62 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
python -m poetry publish --build
|