From 487fa65d381b77582ce2d7ff1c3d39501c82fbe9 Mon Sep 17 00:00:00 2001 From: yage Date: Sun, 14 Apr 2024 02:17:16 -0600 Subject: [PATCH] v4.2.4 ===================================================================== --- Bug Fixes ---------------------------- - Reinclude publish credentials for pypi and npm --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 048afc4..02f51d5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -280,11 +280,13 @@ workflows: - python-test: *only-publish-for-full-semver - python-publish: filters: *only-run-on-full-semver-tag-filters + context: [pypi-yage] requires: - python-test - nodejs-test: *only-publish-for-full-semver - nodejs-publish: filters: *only-run-on-full-semver-tag-filters + context: [npm-wrynegade] requires: - nodejs-test