We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1b885 commit 9fda578Copy full SHA for 9fda578
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
python3 -m build --wheel
22
- run: |
23
ls dist
24
- 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
25
find dist
26
# - name: Publish package distributions to PyPI
27
# uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments