From 001ce74e4f32e09cbb2502fb61cf961e45c38662 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Sun, 11 Oct 2020 21:58:48 -0300 Subject: [PATCH] Fix tag event --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 22380fc..7ffa5fe 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,6 +3,7 @@ name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI on: push: tags: + - '*' jobs: build-n-publish: