File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed
Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff 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-
You can’t perform that action at this time.
0 commit comments