Skip to content

Commit

Permalink
fix: do not include CPython source archive in unix artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jun 20, 2024
1 parent d55f04f commit 514a02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builders/nix-python-builder.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class NixPythonBuilder : PythonBuilder {
$sourceUri = $this.GetSourceUri()
Write-Host "Sources URI: $sourceUri"

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

Expand Down

0 comments on commit 514a02e

Please sign in to comment.