Skip to content

Commit 762e0bd

Browse files
authored
Update publish.yml
1 parent 5c839b0 commit 762e0bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
python3 -m pip install build
2525
python3 -m pip install .
2626
python3 -m build
27+
28+
echo "Contents of dist directory:"
29+
ls -la dist/
2730
2831
VERSION=${{ github.event.release.tag_name }}
2932
SDIST_PACKAGE_NAME="schematicpy-${VERSION}.tar.gz"

0 commit comments

Comments
 (0)