Closed fabaff closed 7 months ago
You can find our releases on pypi: https://pypi.org/project/singularity-cli/#history
And releases are here: https://github.com/singularityhub/singularity-cli/releases What's the issue?
Mismatch between PyPI releases and tags.
Nixpkgs uses GItHub as the source for building their package (I haven't check other distributions), thus the tag is used to determine what to download.
I think it’s a mistake - the two versions are identical. So the GitHub one should be OK.
Expected Behavior
Able to download the source from GitHub.
Actual Behavior
Source is not tagged. Latest release is only available on PyPI.
Steps to Reproduce
Check https://github.com/singularityhub/singularity-cli/tags.
Context
Otherwise all distributions which were shipping this Python module and were using the GitHub releases need to change their description to build
spython
in the latest release.Failure Logs
na
Possible Fix
Tag the source please. Thanks