diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1642ae8..ab76ee5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,6 +92,7 @@ jobs: run: | python -m build python -m twine check --strict dist/* + ls -la dist - name: Upload dist directory as artifact uses: actions/upload-artifact@v4 @@ -114,5 +115,7 @@ jobs: uses: actions/download-artifact@v4 with: name: dist - - run: ls dist + path: dist + - run: ls -la + - run: ls -la dist || true - uses: pypa/gh-action-pypi-publish@release/v1