fix: pygments version downgrade
This commit is contained in:
@ -15,7 +15,7 @@ PACKAGE() {
|
||||
cd "hatchling-${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 "hatchling-${VERSION}"
|
||||
}
|
||||
|
Reference in New Issue
Block a user