mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-08 07:36:31 +02:00
update pip build script to not use old dist method
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,9 +1,6 @@
|
|||||||
[submodule "docs"]
|
[submodule "docs"]
|
||||||
path = docs
|
path = docs
|
||||||
url = https://github.com/ArchiveBox/ArchiveBox.wiki.git
|
url = https://github.com/ArchiveBox/ArchiveBox.wiki.git
|
||||||
[submodule "pip_dist"]
|
|
||||||
path = pip_dist
|
|
||||||
url = https://github.com/ArchiveBox/pip-archivebox.git
|
|
||||||
[submodule "docker"]
|
[submodule "docker"]
|
||||||
path = docker
|
path = docker
|
||||||
url = https://github.com/ArchiveBox/docker-archivebox.git
|
url = https://github.com/ArchiveBox/docker-archivebox.git
|
||||||
|
@@ -20,7 +20,6 @@ source .venv/bin/activate
|
|||||||
echo "[+] Building sdist, bdist_wheel, and egg_info"
|
echo "[+] Building sdist, bdist_wheel, and egg_info"
|
||||||
rm -Rf build dist
|
rm -Rf build dist
|
||||||
uv build
|
uv build
|
||||||
cp dist/* ./pip_dist/
|
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "[√] Finished. Don't forget to commit the new sdist and wheel files in ./pip_dist/"
|
echo "[√] Finished. Built package in dist/"
|
||||||
|
1
pip_dist
1
pip_dist
Submodule pip_dist deleted from 1380be7e4e
Reference in New Issue
Block a user