Skip to content

Commit b9a8110

Browse files
author
Nolan Woods
committed
Update CONTRIBUTING
1 parent 4f180f1 commit b9a8110

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Repo Maintainers
2323
To create a new release for pypi and conda:
2424

2525
1. Clone this repository
26-
2. Make sure all tests pass first by running `./setup.py test`
26+
2. Make sure all tests pass first by running :code:`./setup.py test`
2727
3. Use git or the GitHub interface to tag the repository with the next version. Precede the version number with a 'v'. Follow symantic versioning rules https://semver.org/:
2828

2929
Given a version number MAJOR.MINOR.PATCH, increment the:
@@ -35,8 +35,8 @@ To create a new release for pypi and conda:
3535
PATCH version when you make backwards compatible bug fixes.
3636

3737
4. Create a release via the GitHub interface for the new tag.
38-
5. Build the package by running `./setup.py build sdist`
39-
6. Upload the new package to pypi by running `twine upload -u brinkmanlab dist/<file with latest version number>.tar.gz`
38+
5. Build the package by running :code:`./setup.py build sdist`
39+
6. Upload the new package to pypi by running :code:`twine upload -u brinkmanlab dist/<file with latest version number>.tar.gz`
4040

4141
Bioconda will detect the upload and automatically update its recipe. A Bioconda maintainer will manually approve the update.
4242

0 commit comments

Comments
 (0)