diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b887a85..5e79eb8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -130,6 +130,9 @@ jobs: - uses: actions/download-artifact@v3 with: path: dist/ + - name: ls dist + run: | + ls dist - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: