From ec1bfb50df9dd976fb23cf0a49ae17e42b51e3be Mon Sep 17 00:00:00 2001 From: igorcoding Date: Sun, 5 May 2024 19:24:52 +0300 Subject: [PATCH] fix ci --- .github/workflows/actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: