From 6a39ef84196c8b4b08c75c0cac14c0b886247368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Voituret?= Date: Fri, 12 Feb 2021 12:46:29 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=20remove=20automatic=20trigger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pypi.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index d87f573..0c206d2 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -1,8 +1,6 @@ name: pypi on: - push: - branches: - - master + - workflow_dispatch env: PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} jobs: @@ -22,4 +20,4 @@ jobs: - name: Deploy to pypi run: | poetry build - poetry publish \ No newline at end of file + poetry publish