Skip to content

Commit

Permalink
list dist/
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac authored Dec 16, 2024
1 parent efb3ae6 commit 58df33c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
python3 -m pip install build
python3 -m pip install .
python3 -m build
echo "Contents of dist directory:"
ls -la dist/
VERSION=${{ github.event.release.tag_name }}
SDIST_PACKAGE_NAME="schematic-${VERSION}.tar.gz"
Expand Down

0 comments on commit 58df33c

Please sign in to comment.