From 07b97109705e80036ebc2a219c3a1fbc15ad7ced Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 3 Nov 2023 21:35:08 -0700 Subject: [PATCH] update pip dist script --- bin/build_pip.sh | 7 ++++++- pip_dist | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/bin/build_pip.sh b/bin/build_pip.sh index bdedbad5..c3cbd51b 100755 --- a/bin/build_pip.sh +++ b/bin/build_pip.sh @@ -31,4 +31,9 @@ cp package.json archivebox/package.json pdm self update pdm install pdm build -pdm export --without-hashes -o requirements.txt \ No newline at end of file +pdm export --without-hashes -o ./pip_dist/requirements.txt + +cp dist/* ./pip_dist/ + +echo +echo "[√] Finished. Don't forget to commit the new sdist and wheel files in ./pip_dist/" \ No newline at end of file diff --git a/pip_dist b/pip_dist index 51aed48d..5323fc77 160000 --- a/pip_dist +++ b/pip_dist @@ -1 +1 @@ -Subproject commit 51aed48def01e10bc51a71cb88c506026ad19d31 +Subproject commit 5323fc773d33ef3f219c35c946f3b353b1251d37