diff --git a/pypi_build_commands.txt b/pypi_build_commands.txt index 4d5fa0f5..c0eaa39b 100644 --- a/pypi_build_commands.txt +++ b/pypi_build_commands.txt @@ -1,6 +1,6 @@ # This is a command list for building pypi packages -python setup.py sdist +python -m build twine check dist/* # docstring check