update pip build script to not use old dist method

This commit is contained in:
Nick Sweeting 2024-10-05 02:32:44 -07:00
parent 171fbe4cf2
commit 7f1aa72b7a
No known key found for this signature in database
3 changed files with 1 additions and 6 deletions

3
.gitmodules vendored
View file

@ -1,9 +1,6 @@
[submodule "docs"]
path = docs
url = https://github.com/ArchiveBox/ArchiveBox.wiki.git
[submodule "pip_dist"]
path = pip_dist
url = https://github.com/ArchiveBox/pip-archivebox.git
[submodule "docker"]
path = docker
url = https://github.com/ArchiveBox/docker-archivebox.git

View file

@ -20,7 +20,6 @@ source .venv/bin/activate
echo "[+] Building sdist, bdist_wheel, and egg_info"
rm -Rf build dist
uv build
cp dist/* ./pip_dist/
echo
echo "[√] Finished. Don't forget to commit the new sdist and wheel files in ./pip_dist/"
echo "[√] Finished. Built package in dist/"

@ -1 +0,0 @@
Subproject commit 1380be7e4ef156d85957dfef8c6d154ef9880578