From baaeb8252a3ec5f0fde07cdfbcbaa3abbca6e459 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Wed, 8 Nov 2023 09:52:43 +0100 Subject: [PATCH] chore(readme): describe release workflow --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fb3143d..589e934 100644 --- a/README.md +++ b/README.md @@ -191,3 +191,8 @@ pytest ``` _For integration tests you need to set env variable `BLOCKFROST_PROJECT_ID_MAINNET`_ + +### Release workflow + +To release the package create a new release via GitHub releases. +This action triggers the automated release workflow that packages and uploads the distribution to PyPI.