From 76e345fc92a09f6f85e77e61e84d795704b30d6b Mon Sep 17 00:00:00 2001 From: himkt Date: Thu, 21 Nov 2024 17:45:42 +0900 Subject: [PATCH] debug(ci): check .whl --- .github/workflows/publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b43ab1a..79b9ba5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,5 +19,9 @@ jobs: run: | pip3 install build wheel python3 -m build --wheel + - run: | + ls dist + unzip dist/torch_dftd-0.5.0-py3-none-any.whl + ls dist # - name: Publish package distributions to PyPI # uses: pypa/gh-action-pypi-publish@release/v1