Skip to content

Commit

Permalink
debug(ci): check .whl
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Nov 21, 2024
1 parent 76e345f commit 0e1b885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python3 -m build --wheel
- run: |
ls dist
unzip dist/torch_dftd-0.5.0-py3-none-any.whl
ls dist
cd dist && unzip dist/torch_dftd-0.5.0-py3-none-any.whl
find dist
# - name: Publish package distributions to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 0e1b885

Please sign in to comment.