Skip to content

Commit 76e345f

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,9 @@ jobs:
1919
run: |
2020
pip3 install build wheel
2121
python3 -m build --wheel
22+
- run: |
23+
ls dist
24+
unzip dist/torch_dftd-0.5.0-py3-none-any.whl
25+
ls dist
2226
# - name: Publish package distributions to PyPI
2327
# uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)