Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/replit-1.5' into th-use-user-sit…
Browse files Browse the repository at this point in the history
…e-pkgs
  • Loading branch information
Replit user committed Jul 31, 2023
2 parents 2d0c040 + e3fd7b8 commit 13a014b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rm -fr $BUILD_DIR
mkdir -p $BUILD_DIR
VERSION=$(toml2json pyproject.toml | jq '.tool.poetry.version' --raw-output)
POETRY_TAR_FILE="poetry-${VERSION}.tgz"
tar cz --sort=name --mtime='@1' --exclude="$BUILD_DIR" --exclude="$POETRY_TAR_FILE" --owner=0 --group=0 --numeric-owner -P -f "$POETRY_TAR_FILE" .
tar cz --sort=name --mtime='@1' --owner=0 --group=0 --numeric-owner -P -f "$POETRY_TAR_FILE" src pyproject.toml LICENSE README.md
pip download "$POETRY_TAR_FILE" -d $BUILD_DIR
tar czf poetry-${VERSION}-bundle.tgz $BUILD_DIR
rm "$POETRY_TAR_FILE"
Expand Down

0 comments on commit 13a014b

Please sign in to comment.