Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Releasing a package to conda-forge #98

Open
mjuric opened this issue Dec 13, 2023 · 1 comment
Open

Releasing a package to conda-forge #98

mjuric opened this issue Dec 13, 2023 · 1 comment

Comments

@mjuric
Copy link
Contributor

mjuric commented Dec 13, 2023

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants