Skip to content

Commit

Permalink
docs: Include push of commit in release workflow instructions (#63)
Browse files Browse the repository at this point in the history
* Include commit information to push with tags when triggering deployment to TestPyPI
   - Amends PR #61
* Fix typos in README
  • Loading branch information
matthewfeickert authored Oct 6, 2021
1 parent 7bb9828 commit 5e3ae5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/maintainer-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ bump2version <part>
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
Expand Down

0 comments on commit 5e3ae5d

Please sign in to comment.