Skip to content

Commit d602163

Browse files
committed
fix: Remove logs
1 parent d92e02c commit d602163

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -450,28 +450,14 @@ jobs:
450450
merge-multiple: true
451451
- name: List downloaded artifacts
452452
run: |
453-
echo "=== Downloaded Artifacts ==="
453+
echo "Downloaded Artifacts"
454454
ls -la dist/
455-
echo "=== Artifact Details ==="
456-
for file in dist/*; do
457-
echo "File: $file"
458-
echo "Size: $(du -h $file | cut -f1)"
459-
echo "Type: $(file $file)"
460-
echo "---"
461-
done
462455
- name: Publish to TestPyPI
463456
uses: pypa/gh-action-pypi-publish@release/v1
464457
with:
465458
packages-dir: dist
466459
# Uncomment to use TestPyPI
467-
repository-url: https://test.pypi.org/legacy/
460+
# repository-url: https://test.pypi.org/legacy/
468461
verbose: true
469462
# Uncomment below for test runs, otherwise fails on existing packages being reuploaded
470463
skip-existing: true
471-
- name: Show PyPI upload results
472-
run: |
473-
echo "=== PyPI Upload Results ==="
474-
echo "Check TestPyPI at: https://test.pypi.org/project/c2pa-python/"
475-
echo "Uploaded files:"
476-
ls -la dist/
477-

0 commit comments

Comments
 (0)