Skip to content

Commit 0e1b885

Browse files
committed
debug(ci): check .whl
1 parent 76e345f commit 0e1b885

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python3 -m build --wheel
2222
- run: |
2323
ls dist
24-
unzip dist/torch_dftd-0.5.0-py3-none-any.whl
25-
ls dist
24+
cd dist && unzip dist/torch_dftd-0.5.0-py3-none-any.whl
25+
find dist
2626
# - name: Publish package distributions to PyPI
2727
# uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)