diff --git a/README.md b/README.md index d4af2e9..e135029 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ [![CI](https://github.com/recast-hep/recast-atlas/actions/workflows/ci.yml/badge.svg)](https://github.com/recast-hep/recast-atlas/actions/workflows/ci.yml?query=branch%3Amaster) [![PyPI version](https://badge.fury.io/py/recast-atlas.svg)](https://badge.fury.io/py/recast-atlas) -ATLAS tools to facilitate integration of ATLAS anlayses into RECAST +ATLAS tools to facilitate integration of ATLAS analyses into RECAST -## Gettting Started +## Getting Started ### Install @@ -17,7 +17,7 @@ python -m pip install recast-atlas ### Running RECAST -The `recast` tool aims to enable both local execution as well as asynchronous execution on a [REANA](http://reana.io) cluster. Via the +The `recast` tool aims to enable both local execution as well as asynchronous execution on a [REANA](http://reana.io) cluster. Via the #### Locally: diff --git a/docs/maintainer-notes.md b/docs/maintainer-notes.md index 25d4034..8569039 100644 --- a/docs/maintainer-notes.md +++ b/docs/maintainer-notes.md @@ -19,7 +19,7 @@ $ bump2version 3. Push the commit and the tag to GitHub, triggering a distribution to be built and published to [TestPyPI](https://test.pypi.org/project/recast-atlas/). ```console -$ git push --tags +$ git push origin master --tags ``` 4. Got to [TestPyPI](https://test.pypi.org/project/recast-atlas/) to check that the release page looks okay. If you want to verify that the sdist and wheel are valid you can either download them manually or with