python
python copied to clipboard
varlink 32 is not published to pypi
The release workflow needed to be updated and some other administrative changes. We plan to upload a new version to pypi soon.
Thank you for the quick response
In the meantime it might be helpful to upload (sdist) releases to github at least? As this project uses setuptools_scm, it's slightly tricky to build in packaging ecosystems that don't really work on git repositories.
I eventually figured out, that I can set SETUPTOOLS_SCM_PRETEND_VERSION_FOR_VARLINK=<Version> as an env var to make the build work from a repo snapshot tarball.