mdsplus icon indicating copy to clipboard operation
mdsplus copied to clipboard

Steps for releasing mdsthin conda package

Open smithsp opened this issue 5 months ago • 0 comments

  1. Fork https://github.com/conda-forge/staged-recipes then clone the fork
  2. Make new directory recipes/mdsthin
  3. Follow grayskull instructions https://github.com/conda-forge/staged-recipes?tab=readme-ov-file#grayskull---recipe-generator-for-python-packages-on-pypi
  4. Commit the file and push to your fork
  5. Open a Pull Request on https://github.com/conda-forge/staged-recipes
  6. Iterate with the reviewers
  7. When the PR gets merged, the conda-forge machinery will create a new feedstock repo with just the mdsthin recipe, with the recipe maintainers as owners of the repo.
  8. The conda-forge machinery should open a PR automatically when new releases are posted to pypi.
    • It is possible to add a flag to the feedstock repo to automatically merge new version PRs; a hint for how to do that will be posted in the first automatic PR

smithsp avatar Sep 26 '24 14:09 smithsp