From 180c6042663f75176c65e7c841373a4965ffcd08 Mon Sep 17 00:00:00 2001 From: Benedith Mulongo Date: Fri, 18 Oct 2024 14:57:10 +0200 Subject: [PATCH] lst dist --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf0fc26..2380ef4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,6 +71,9 @@ jobs: - name: Build the package run: poetry build + - name: List files in dist/ + run: ls -al dist + - name: Publish artifacts if: github.ref == 'refs/tags/v*' run: |