Skip to content

Commit

Permalink
Debug again?
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster committed Nov 29, 2023
1 parent 6ec7658 commit d931eeb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,18 @@ deps =
twine
build

allowlist_externals =
bash

commands =
# check building sdist and wheels from a checkout
python -m build
twine check dist/*.tar.gz
twine check dist/*.whl

# check building wheels from the sdist
python -m pip wheel --verbose dist/metatensor_models-*.tar.gz -w dist/test
bash -c "ls dist/"
bash -c "python -m pip wheel --verbose dist/metatensor_models-*.tar.gz -w dist/test"

[flake8]
# longer lines for compatibility with other linters
Expand Down

0 comments on commit d931eeb

Please sign in to comment.