diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 8506901..52d058c 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -126,7 +126,7 @@ jobs: - name: Publish dist run: | python -m build . -s - tree wheels + tree wheels-ubuntu/*.whl wheels-macos/*.whl wheels-windows/*.whl tree dist twine upload dist/* wheels-ubuntu/*.whl wheels-macos/*.whl wheels-windows/*.whl env: