From 6db16162cdf60a4585ef1dcf3b5bc6dc6430d5f3 Mon Sep 17 00:00:00 2001 From: Charles Cooper Date: Sun, 14 Apr 2024 13:03:13 -0400 Subject: [PATCH] add a note to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b4e0236..261c966 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ To build the library, run `make build`. To run the tests, run `make test`. Note: If building for production, use `make build-prod`, else performance will be degraded. +To release to pypi, create a new github release. This will run the `.github/workflows/release.yml` action and publish source+binary wheels to pypi. + ## Benchmarks TODO