From 4da91df0b35f47df407d27fc5055a3cf3649e654 Mon Sep 17 00:00:00 2001 From: Rutger van Haasteren Date: Wed, 8 Nov 2023 17:07:01 +0100 Subject: [PATCH] Changed the dist directory in ci_test.yml --- .github/workflows/ci_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index 4881049..de7618e 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -98,7 +98,7 @@ jobs: uses: actions/download-artifact@v3 with: name: dist - path: ./ + path: ./dist/ - name: List files in dist run: echo "Content of dist:" && ls -lah dist/ && echo "Content of ./:" && ls -lah ./ - name: Publish to PyPI