From 336252aa300dd750e992185f22e32d0e9ff7ad6b Mon Sep 17 00:00:00 2001 From: rxu17 <26471741+rxu17@users.noreply.github.com> Date: Tue, 13 Feb 2024 16:10:16 -0800 Subject: [PATCH] check dist dir --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 124de1b9..1586ea3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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]