mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-29 05:55:28 -04:00
bump dependencies
This commit is contained in:
parent
f4f9ae2f28
commit
6100685cbb
4 changed files with 75 additions and 73 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue