Skip to content

Commit

Permalink
ci: aligned to previous CircleCI context
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <phorton@sonatype.com>
  • Loading branch information
madpah committed Oct 13, 2021
1 parent 26621ac commit f8e9833
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .circleci/config.yml
Expand Up @@ -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:
Expand All @@ -129,11 +126,7 @@ workflows:
release:
jobs:
- release_and_pypi_publish:
context: jake
triggers:
- schedule:
cron: "* * * * *"
context: pypi
filters:
branches:
only:
- main
only: main

0 comments on commit f8e9833

Please sign in to comment.