We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd0bad1 commit 731b35bCopy full SHA for 731b35b
.github/workflows/github_workflows_build-whl.yml
@@ -45,6 +45,8 @@ jobs:
45
Write-Output "WINPYVERSION is $env:WINPYVERSION"
46
Write-Output "python_source is $env:python_source"
47
Write-Output "python_sha256 is $env:python_sha256"
48
+ Write-Output "WINPYrequirements is $env:WINPYrequirements"
49
+ Write-Output "WINPYrequirementswhl is $env:WINPYrequirementswhl"
50
51
- name: Download python-3 standalone
52
shell: pwsh
0 commit comments