bump dependencies

This commit is contained in:
Nick Sweeting 2024-10-09 03:19:41 -07:00
parent f4f9ae2f28
commit 6100685cbb
No known key found for this signature in database
4 changed files with 75 additions and 73 deletions

View file

@ -25,10 +25,10 @@ cd "$REPO_DIR"
# ./bin/build_docker.sh
# Push relase to public repositories
./bin/release_git.sh
# ./bin/release_docs.sh
./bin/release_pip.sh
./bin/release_docker.sh
./bin/release_git.sh "$@"
./bin/release_pip.sh "$@"
./bin/release_docker.sh "$@"
VERSION="$(grep '^version = ' "${REPO_DIR}/pyproject.toml" | awk -F'"' '{print $2}')"
echo "[√] Done. Published version v$VERSION"