···45 # Upstream is releasing with the help of a CI to PyPI, GitHub releases
46 # are not in their focus
47 substituteInPlace pyproject.toml \
48- --replace 'version="main",' 'version="${version}",'
49 '';
5051 pythonImportsCheck = [
···45 # Upstream is releasing with the help of a CI to PyPI, GitHub releases
46 # are not in their focus
47 substituteInPlace pyproject.toml \
48+ --replace 'version = "0"' 'version = "${version}"'
49 '';
5051 pythonImportsCheck = [