From 1aaf30b42d8385c141760dd595dead99d5979462 Mon Sep 17 00:00:00 2001 From: Anna Zhukova <28830446+bindreams@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:17:59 +0300 Subject: [PATCH] Remove on release trigger (can't automate ${{ inputs.* }}) --- .github/workflows/publish.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 69797c91..f4c8ba8d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -12,8 +12,6 @@ on: options: [PyPI, TestPyPI] default: TestPyPI required: true - release: - types: [published] jobs: build: