=====================================================================

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

- Reinclude publish credentials for pypi and npm
This commit is contained in:
Wryn (yage) Wagner 2024-04-14 02:17:16 -06:00
parent 3ff44f8e58
commit 487fa65d38

View File

@ -280,11 +280,13 @@ workflows:
- python-test: *only-publish-for-full-semver - python-test: *only-publish-for-full-semver
- python-publish: - python-publish:
filters: *only-run-on-full-semver-tag-filters filters: *only-run-on-full-semver-tag-filters
context: [pypi-yage]
requires: requires:
- python-test - python-test
- nodejs-test: *only-publish-for-full-semver - nodejs-test: *only-publish-for-full-semver
- nodejs-publish: - nodejs-publish:
filters: *only-run-on-full-semver-tag-filters filters: *only-run-on-full-semver-tag-filters
context: [npm-wrynegade]
requires: requires:
- nodejs-test - nodejs-test