singularityhub / singularity-cli

streamlined singularity python client (spython) for singularity
https://singularityhub.github.io/singularity-cli/
Mozilla Public License 2.0
57 stars 31 forks source link

Tag the source #220

Closed fabaff closed 7 months ago

fabaff commented 7 months ago

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

vsoch commented 7 months ago

You can find our releases on pypi: https://pypi.org/project/singularity-cli/#history

vsoch commented 7 months ago

And releases are here: https://github.com/singularityhub/singularity-cli/releases What's the issue?

fabaff commented 7 months ago

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.

vsoch commented 7 months ago

I think it’s a mistake - the two versions are identical. So the GitHub one should be OK.