From 7a4839269193a6f6639baf40581d7d8fedb518a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EB=A1=9C?= Date: Wed, 5 Apr 2023 13:26:51 +0900 Subject: [PATCH] Update github action --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9e93934..1905e66 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,8 @@ jobs: run: coverage run --omit="*/test*" -m unittest -v - name: Upload Coverage to codecov uses: codecov/codecov-action@v3 - - name: Build package + - name: Build 📦 + if: startsWith(github.ref, 'refs/tags') run: python -m build - name: Publish distribution 📦 to PyPI if: startsWith(github.ref, 'refs/tags')