From eb610ccca731a19389adca6aa12e7fdff3fe4e2b Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Tue, 19 Dec 2023 10:57:17 +0100 Subject: [PATCH] fix ci --- .github/workflows/actions.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 0f34c679..c6cfb53e 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -43,17 +43,7 @@ jobs: pip install wheel python setup.py bdist_wheel - -name: "Deploy Python Lib" -on: - release: - types: - - created -permissions: - contents: read - pull-requests: read - -jobs: +deploy: runs-on: ubuntu-latest needs: develop-matrix if: github.event_name == 'release' && github.event.action == 'created'