mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-12-28 06:34:15 +00:00
update pip dist script
This commit is contained in:
parent
1323b812ce
commit
07b9710970
@ -31,4 +31,9 @@ cp package.json archivebox/package.json
|
||||
pdm self update
|
||||
pdm install
|
||||
pdm build
|
||||
pdm export --without-hashes -o requirements.txt
|
||||
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/"
|
||||
2
pip_dist
2
pip_dist
@ -1 +1 @@
|
||||
Subproject commit 51aed48def01e10bc51a71cb88c506026ad19d31
|
||||
Subproject commit 5323fc773d33ef3f219c35c946f3b353b1251d37
|
||||
Loading…
Reference in New Issue
Block a user