From 380e3b32b9b2d26499a1458ec92e4348d7e470f0 Mon Sep 17 00:00:00 2001 From: himkt Date: Thu, 21 Nov 2024 17:49:38 +0900 Subject: [PATCH] debug(ci): check .whl --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5e9aaea..37fb1d6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,6 +22,6 @@ jobs: - run: | ls dist cd dist && unzip torch_dftd-0.5.0-py3-none-any.whl - find dist + find . # - name: Publish package distributions to PyPI # uses: pypa/gh-action-pypi-publish@release/v1