mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-16 16:14:28 -04:00
update pip dist script
This commit is contained in:
parent
1323b812ce
commit
07b9710970
2 changed files with 7 additions and 2 deletions
|
@ -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/"
|
Loading…
Add table
Add a link
Reference in a new issue