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'