Skip to content

Commit

Permalink
check dist dir
Browse files Browse the repository at this point in the history
  • Loading branch information
rxu17 committed Feb 14, 2024
1 parent abecbe0 commit 336252a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
pip install setuptools wheel build
- name: Build distributions
run: python -m build
- name: List contents of dist directory
run: ls -l dist

publish:
needs: [test, lint, build-dist]
Expand Down

0 comments on commit 336252a

Please sign in to comment.