fix: pygments version downgrade

This commit is contained in:
ngn
2024-08-19 15:12:26 +03:00
parent 6b826d41c6
commit d9a1d37c20
4 changed files with 12 additions and 12 deletions

View File

@ -12,7 +12,7 @@ PACKAGE() {
cd "pluggy-${VERSION}"
python3 -m build --wheel --skip-dependency-check --no-isolation
PYTHONPATH=src python3 -m installer --destdir="${ROOTDIR}" dist/*.whl
python3 -m installer --destdir="${ROOTDIR}" dist/*.whl
cd .. && rm -r "pluggy-${VERSION}"
}