Skip to content

Commit 5e3ae5d

Browse files
docs: Include push of commit in release workflow instructions (#63)
* Include commit information to push with tags when triggering deployment to TestPyPI - Amends PR #61 * Fix typos in README
1 parent 7bb9828 commit 5e3ae5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
[![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)
44
[![PyPI version](https://badge.fury.io/py/recast-atlas.svg)](https://badge.fury.io/py/recast-atlas)
55

6-
ATLAS tools to facilitate integration of ATLAS anlayses into RECAST
6+
ATLAS tools to facilitate integration of ATLAS analyses into RECAST
77

8-
## Gettting Started
8+
## Getting Started
99

1010
### Install
1111

@@ -17,7 +17,7 @@ python -m pip install recast-atlas
1717

1818
### Running RECAST
1919

20-
The `recast` tool aims to enable both local execution as well as asynchronous execution on a [REANA](http://reana.io) cluster. Via the
20+
The `recast` tool aims to enable both local execution as well as asynchronous execution on a [REANA](http://reana.io) cluster. Via the
2121

2222
#### Locally:
2323

docs/maintainer-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ bump2version <part>
1919
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/).
2020

2121
```console
22-
$ git push --tags
22+
$ git push origin master --tags
2323
```
2424

2525
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

0 commit comments

Comments
 (0)