From acb0c868a96976f6223db644ed1d8f4acfee96f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20P=C3=A9rez-Garc=C3=ADa?= Date: Sun, 17 Nov 2024 22:58:32 +0000 Subject: [PATCH] Name uploaded artifact --- .github/workflows/publish.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3f4429d1..ba199cbf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,6 +19,7 @@ jobs: - name: Upload dist directory uses: actions/upload-artifact@v4 with: + name: dist path: dist publish: @@ -31,6 +32,11 @@ jobs: steps: - name: Download all workflow run artifacts uses: actions/download-artifact@v4 + with: + name: dist + + - name: List files in dist directory + run: ls dist - name: Publish package to TestPyPI uses: pypa/gh-action-pypi-publish@release/v1