Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fwhigh committed May 27, 2021
1 parent 051b202 commit 5e6f186
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Convenience utilities for common machine learning tasks on Metaflow

[![PyPI version](https://badge.fury.io/py/metaflow-helper.svg)](https://badge.fury.io/py/metaflow-helper)

| Unit tests | Examples |
| ---------- | ------- |
| ![Build](https://github.com/fwhigh/metaflow-helper/actions/workflows/python36.yml/badge.svg) | ![Build](https://github.com/fwhigh/metaflow-helper/actions/workflows/examples36.yml/badge.svg) |
Expand Down Expand Up @@ -37,7 +39,7 @@ python examples/model-selection/train.py output-dot | dot -Grankdir=TB -Tpng -o
## Release procedure

1. Bump VERSION in setup.py. This should contain the new version without the v
1. Run `git commit -a -m "Release v0.0.1"` with VERSION version number
1. Run `git tag -a v0.0.1 -m "Release v0.0.1"` with VERSION version number
1. Run `git commit -a -m "Release v0.0.1"` with VERSION version number
1. Optional: run `make package`
1. Run `git push origin v0.0.1`

0 comments on commit 5e6f186

Please sign in to comment.