diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f48632..3bac7d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,8 @@ jobs: run: pip install build - name: Build distribution run: python -m build . + - name: File list + run: tar tf dist/*.tar.gz && unzip -l dist/*.whl - name: Upload artifacts uses: actions/upload-artifact@v4 with: