diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61c252e..4598dce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,6 +90,9 @@ jobs: uses: actions/download-artifact@v4 with: name: release-artifacts + path: dist + + - run: ls -R dist - name: Publish package on PyPI if: needs.tag-and-build.outputs.tag