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 0e1b885 commit 9fda578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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
cd dist && unzip dist/torch_dftd-0.5.0-py3-none-any.whl
cd dist && unzip 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 9fda578

Please sign in to comment.