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 0480e8c commit 76e345f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 76e345f

Please sign in to comment.