Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Odom committed Jul 26, 2023
1 parent 914828e commit 4617953
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,14 @@ Tests run automatically through GitHub Actions.

You can also run tests manually with `pytest`:
```bash
pytest {{REPO_NAME}}

pytest
# For all tests, including slow ones:
pytest --slow {{REPO_NAME}}
pytest --slow
```


## Release
## Release (Optional)

[Optional] Requires either PyPI or Docker GHA workflows to be enabled.
**NOTE**: Requires `publish.yaml` workflow to be enabled., and a valid PyPI token to be set as `PYPI_API_TOKEN` in the repo secrets.

Just tag a new release in this repo, and GHA will automatically publish Python wheels and/or Docker images.
Tag a new release in this repo, and GHA will automatically publish Python wheels.

0 comments on commit 4617953

Please sign in to comment.