Skip to content

Commit

Permalink
python: use wheel from GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik committed Aug 10, 2021
1 parent 3339934 commit b2e6351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Build-Installer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ param (
[String]
$Compression = 'lzma',
[String]
$IdfPythonWheelsVersion = '3.8-2021-06-15',
$IdfPythonWheelsVersion = '3.8-2021-08-10',
[String]
$InstallerType = 'online',
[String]
Expand Down Expand Up @@ -117,7 +117,7 @@ function PrepareIdfPythonWheels {
PrepareIdfPackage -BasePath build\$InstallerType\tools\idf-python-wheels\$IdfPythonWheelsVersion `
-FilePath version.txt `
-DistZip idf-python-wheels-$IdfPythonWheelsVersion-win64.zip `
-DownloadUrl https://dl.espressif.com/dl/idf-python-wheels/idf-python-wheels-$IdfPythonWheelsVersion-win64.zip
-DownloadUrl https://github.com/espressif/idf-python-wheels/releases/download/v${IdfPythonWheelsVersion}/idf-python-wheels-3.8-win64.zip
}

function PrepareIdfEclipse {
Expand Down

0 comments on commit b2e6351

Please sign in to comment.