matthewholman / assist

ASSIST is a software package for ephemeris-quality integrations of test particles.
https://assist.readthedocs.io/
GNU General Public License v3.0
23 stars 10 forks source link

Releasing a package to conda-forge #98

Open mjuric opened 9 months ago

mjuric commented 9 months ago

Tagging the code:

git tag -a -m "Version 1.1.7" v1.1.7
git push --tags

Conda-forge "feedstock" (== the recipe on how to build the conda package) is located at https://github.com/conda-forge/assist-feedstock

matthewholman commented 9 months ago

git tag -a -m "Version $(cat version.txt)" v$(cat version.txt)