File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,20 +99,16 @@ jobs:
9999 Write-Host "Starting artifact download process..."
100100 Write-Host "C2PA_VERSION: $env:C2PA_VERSION"
101101 Write-Host "Current directory: $(Get-Location)"
102- Write-Host "Directory contents before download:"
103- Get-ChildItem -Recurse -Depth 1
104102
105103 python -v scripts/download_artifacts.py $C2PA_VERSION
106104
107- Write-Host "Directory contents after download:"
108- Get-ChildItem -Recurse -Depth 1
109105 Write-Host "Artifacts directory contents:"
110106 Get-ChildItem -Recurse -Path artifacts
111107 Write-Host "src/c2pa/libs directory contents:"
112108 Get-ChildItem -Recurse -Path src/c2pa/libs
113109
114110 # Build wheel
115- python setup.py bdist_wheel --plat-name win_amd64
111+ # python setup.py bdist_wheel --plat-name win_amd64
116112
117113 - name : Build macOS wheel (Apple Silicon)
118114 if : runner.os == 'macOS' && runner.arch == 'arm64'
You can’t perform that action at this time.
0 commit comments