Skip to content

Commit

Permalink
v4.2.4
Browse files Browse the repository at this point in the history
=====================================================================

--- Bug Fixes ----------------------------

- Reinclude publish credentials for pypi and npm
  • Loading branch information
wrynegade committed Apr 14, 2024
1 parent 3ff44f8 commit 487fa65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 487fa65

Please sign in to comment.