Skip to content

Commit 2ff1187

Browse files
committed
fix: do not include CPython source archive in unix artefacts
1 parent 4cee445 commit 2ff1187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builders/nix-python-builder.psm1

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class NixPythonBuilder : PythonBuilder {
7474
$sourceUri = $this.GetSourceUri()
7575
Write-Host "Sources URI: $sourceUri"
7676

77-
$archiveFilepath = Download-File -Uri $sourceUri -OutputFolder $this.WorkFolderLocation
77+
$archiveFilepath = Download-File -Uri $sourceUri -OutputFolder $this.TempFolderLocation
7878
$expandedSourceLocation = Join-Path -Path $this.TempFolderLocation -ChildPath "SourceCode"
7979
New-Item -Path $expandedSourceLocation -ItemType Directory
8080

0 commit comments

Comments
 (0)