From b1469667f1869e266bdc35cec58163de9b6792e4 Mon Sep 17 00:00:00 2001 From: Emma Doyle Date: Fri, 15 Dec 2023 06:49:01 -0500 Subject: [PATCH] main: fix contexts --- .circleci/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7bd3052..ad0a35a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,7 +35,9 @@ workflows: - general/github-release: name: Create GitHub release from tag - context: github + context: + - github + - orb-publishing requires: - request-approval filters: @@ -60,6 +62,8 @@ workflows: name: pypi gitlabci-lint upload [pypi] context: pypi repository: pypi + username: $PYPI_USERNAME + password: $API_TOKEN requires: - request-approval filters: