From 1fd60126fa344d9d3ec872f95fda919736d1ae7c Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sun, 15 Oct 2023 00:08:01 +0200 Subject: [PATCH] upload to pypi on release --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 732349b..f4e58a7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,6 +5,8 @@ on: branches: ["main"] pull_request: branches: ["main"] + release: + types: [created, edited] jobs: lint: