Skip to content

Commit 8cd3d85

Browse files
committed
fix: Test build debug
1 parent 963a43b commit 8cd3d85

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/build-wheel.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)