···4545 # Upstream is releasing with the help of a CI to PyPI, GitHub releases
4646 # are not in their focus
4747 substituteInPlace pyproject.toml \
4848- --replace 'version="main",' 'version="${version}",'
4848+ --replace 'version = "0"' 'version = "${version}"'
4949 '';
50505151 pythonImportsCheck = [