Skip to content

tag latest versions #58

@jowodo

Description

@jowodo

Hi

it would be great if you could tag the latest versions on github such that they match with the pypi versions. This allows to download from github with a specified version number:

VERSION=1.0.1
conda env create --name mustache-$VERSION -f https://raw.githubusercontent.com/ay-lab/mustache/v$VERSION/environment.yml
conda activate mustache-$VERSION 
pip install mustache-hic==$VERSION 

At the moment 1.0.1 is the highest installable version from github. If i load directly from master/main, the version is not strictly specified and I could run into development bugs more easily.

Thanks a lot!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions