From 115aaf9d1821259293df9d3f4e345c825270d10c Mon Sep 17 00:00:00 2001 From: "Micah D. Gale" Date: Mon, 16 Dec 2024 07:38:44 -0600 Subject: [PATCH 1/2] Added conda forge badge. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f961c7b2..ae97d7a2 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ [![PyPI version](https://badge.fury.io/py/montepy.svg)](https://badge.fury.io/py/montepy) +[![Conda Version](https://img.shields.io/conda/vn/conda-forge/montepy.svg)](https://anaconda.org/conda-forge/montepy) [![Docs Deployment](https://github.com/idaholab/MontePy/actions/workflows/deploy.yml/badge.svg?branch=main)](https://www.montepy.org/) [![PyPI pyversions](https://img.shields.io/pypi/pyversions/montepy.svg)](https://pypi.org/project/montepy/) From c03aa89bb12f76a285b8920568490bbe9ee36863 Mon Sep 17 00:00:00 2001 From: "Micah D. Gale" Date: Mon, 16 Dec 2024 07:57:12 -0600 Subject: [PATCH 2/2] Added conda forge deploy to process. --- doc/source/developing.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/developing.rst b/doc/source/developing.rst index b9a646f4..f3be7eed 100644 --- a/doc/source/developing.rst +++ b/doc/source/developing.rst @@ -143,6 +143,7 @@ For a deployment you need to: #. Manually merge onto main without creating a new commit. This is necessary because there's no way to do a github PR that will not create a new commit, which will break setuptools_scm. #. Update the release notes on the draft release, and finalize it on GitHub. +#. Update the `Conda feedstock and deploy `_. Package Structure -----------------