From bb21f32aecc893f43809a1003af844bc8879ee71 Mon Sep 17 00:00:00 2001 From: resulyurttakalan Date: Sun, 25 Sep 2022 14:09:35 +0300 Subject: [PATCH] - add pypi deploy action --- .github/workflows/deploy.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index d192c2d..f155390 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -1,6 +1,9 @@ name: Publish Python 🐍 distributions 📦 to PyPI -on: push +on: + push: + tags: + - 'v*' jobs: build-n-publish: name: Build and publish Python 🐍 distributions 📦 to PyPI