From f8e98337ee61134681490d2318d05ec4172d4ea1 Mon Sep 17 00:00:00 2001 From: Paul Horton Date: Wed, 13 Oct 2021 11:35:46 +0100 Subject: [PATCH] ci: aligned to previous CircleCI context Signed-off-by: Paul Horton --- .circleci/config.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bb074a4..cad3fd8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -109,13 +109,10 @@ jobs: poetry install poetry build - run: - name: "Set Git Author" + name: "Semantic Release" command: | git config user.email "community-group@sonatype.com" git config user.name "SonaBot" - - run: - name: "Semantic Release" - command: | semantic-release publish workflows: @@ -129,11 +126,7 @@ workflows: release: jobs: - release_and_pypi_publish: - context: jake - triggers: - - schedule: - cron: "* * * * *" + context: pypi filters: branches: - only: - - main + only: main