mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-07-22 02:11:14 +00:00
build: do not use system site packages for archive target
This commit is contained in:
@@ -85,8 +85,10 @@ name = "ahriman"
|
|||||||
|
|
||||||
[env.archive]
|
[env.archive]
|
||||||
description = "Create source files tarball"
|
description = "Create source files tarball"
|
||||||
|
deps = [
|
||||||
|
"build",
|
||||||
|
]
|
||||||
skip_install = true
|
skip_install = true
|
||||||
system_site_packages = true
|
|
||||||
commands = [
|
commands = [
|
||||||
[
|
[
|
||||||
"{envpython}",
|
"{envpython}",
|
||||||
|
|||||||
Reference in New Issue
Block a user