mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-17 00:24:26 -04:00
dont modify pip_dist to reduce git noise
Some checks are pending
Run tests / docker_tests (push) Waiting to run
CodeQL / Analyze (${{ matrix.language }}) (none, python) (push) Waiting to run
Build Debian package / build (push) Waiting to run
Build Docker image / buildx (push) Waiting to run
Build Homebrew package / build (push) Waiting to run
Build GitHub Pages website / build (push) Waiting to run
Build GitHub Pages website / deploy (push) Blocked by required conditions
Run linters / lint (push) Waiting to run
Build Pip package / build (push) Waiting to run
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Waiting to run
Some checks are pending
Run tests / docker_tests (push) Waiting to run
CodeQL / Analyze (${{ matrix.language }}) (none, python) (push) Waiting to run
Build Debian package / build (push) Waiting to run
Build Docker image / buildx (push) Waiting to run
Build Homebrew package / build (push) Waiting to run
Build GitHub Pages website / build (push) Waiting to run
Build GitHub Pages website / deploy (push) Blocked by required conditions
Run linters / lint (push) Waiting to run
Build Pip package / build (push) Waiting to run
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Waiting to run
This commit is contained in:
parent
ac7b3eabea
commit
4af743e9e0
1 changed files with 5 additions and 4 deletions
|
@ -63,14 +63,15 @@ echo
|
||||||
pdm lock --group=':all' --production --lockfile pdm.lock --strategy="cross_platform"
|
pdm lock --group=':all' --production --lockfile pdm.lock --strategy="cross_platform"
|
||||||
pdm sync --group=':all' --production --lockfile pdm.lock --clean
|
pdm sync --group=':all' --production --lockfile pdm.lock --clean
|
||||||
pdm export --group=':all' --production --lockfile pdm.lock --without-hashes -o requirements.txt
|
pdm export --group=':all' --production --lockfile pdm.lock --without-hashes -o requirements.txt
|
||||||
cp ./pdm.lock ./pip_dist/
|
# cp ./pdm.lock ./pip_dist/
|
||||||
cp ./requirements.txt ./pip_dist/
|
# cp ./requirements.txt ./pip_dist/
|
||||||
|
|
||||||
# dev
|
# dev
|
||||||
pdm lock --group=':all' --dev --lockfile pdm.dev.lock --strategy="cross_platform"
|
pdm lock --group=':all' --dev --lockfile pdm.dev.lock --strategy="cross_platform"
|
||||||
pdm sync --group=':all' --dev --lockfile pdm.dev.lock --clean
|
pdm sync --group=':all' --dev --lockfile pdm.dev.lock --clean
|
||||||
pdm export --group=':all' --dev --lockfile pdm.dev.lock --without-hashes -o requirements-dev.txt
|
pdm export --group=':all' --dev --lockfile pdm.dev.lock --without-hashes -o requirements-dev.txt
|
||||||
cp ./pdm.dev.lock ./pip_dist/
|
# cp ./pdm.dev.lock ./pip_dist/
|
||||||
cp ./requirements-dev.txt ./pip_dist/
|
# cp ./requirements-dev.txt ./pip_dist/
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "[+] Generating package-lock.json from package.json..."
|
echo "[+] Generating package-lock.json from package.json..."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue