conda-forge/xlwings-feedstock

Add contributor

nirajd opened this issue · 2 comments

@synapticarbors can we add @fzumstein as a contributor to the xlwings-feedstock? He owns the module anyway and will probably be quicker to update this without me requiring to merge pull requests. Thanks!

awesome idea. That will enable me to push out conda-forge releases at the same time as pip releases.

Sure, it's no problem. All you have to do is put in a pull request that updates the recipe-maintainers section to also include @fzumstein:

https://github.com/conda-forge/xlwings-feedstock/blob/master/recipe/meta.yaml#L51-L52

extra:
  recipe-maintainers:
    - nirajd
    - fzumstein

Just put [ci skip] in the commit message so that the CI doesn't run unnecessarily. No need to increment the build number either.

Also please remember that all updates to this repo should be done via pull requests from personal forks, never from creating branches directly on this repo.