From 6561813f9e5c10bfc9bd2888af6347977cf12b5b Mon Sep 17 00:00:00 2001 From: Charles Cooper Date: Sun, 14 Apr 2024 12:45:04 -0400 Subject: [PATCH] add a note --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d0ab59d..a3b1898 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,9 @@ # ``` # maturin generate-ci github # ``` -name: Release + +# run build scripts, and release to pypi if this is a tag publication +name: Build on: push: