From 0ef806f5569ebf800b8d4f77bc5c3cbbd60ccbb6 Mon Sep 17 00:00:00 2001 From: Liliana Millan Date: Mon, 22 Jan 2024 21:33:37 +0000 Subject: [PATCH] github workflow triggers when push a tag version --- .github/workflows/publish-to-pypi.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index f404ce795..85afb8ae1 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -1,9 +1,9 @@ name: Publish python distributions to PyPI on: push - # push: - # tags: - # - '*' + push: + tags: + - '*' jobs: build: