Skip to content

Commit

Permalink
Added a ls statement
Browse files Browse the repository at this point in the history
  • Loading branch information
vhaasteren committed Nov 8, 2023
1 parent e8f4db7 commit 25f6504
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ jobs:
with:
name: dist
path: ./dist/
- name: List files in dist
run: echo "Content of dist:" && ls -lah dist/ && echo "Content of ./:" && ls -lah ./
- name: Publish to PyPI
run: |
python -m pip install --upgrade twine
Expand Down

0 comments on commit 25f6504

Please sign in to comment.