Skip to content

Commit d414c18

Browse files
authored
Merge pull request #618 from idaholab/conda_badge
Added conda forge badge.
2 parents 89fd4c0 + 2be56e7 commit d414c18

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010

1111
[![PyPI version](https://badge.fury.io/py/montepy.svg)](https://badge.fury.io/py/montepy)
12+
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/montepy.svg)](https://anaconda.org/conda-forge/montepy)
1213
[![Docs Deployment](https://github.com/idaholab/MontePy/actions/workflows/deploy.yml/badge.svg?branch=main)](https://www.montepy.org/)
1314
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/montepy.svg)](https://pypi.org/project/montepy/)
1415

doc/source/developing.rst

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ For a deployment you need to:
143143
#. Manually merge onto main without creating a new commit.
144144
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.
145145
#. Update the release notes on the draft release, and finalize it on GitHub.
146+
#. Update the `Conda feedstock and deploy <https://github.com/conda-forge/montepy-feedstock>`_.
146147

147148
Package Structure
148149
-----------------

0 commit comments

Comments
 (0)