diff --git a/.github/workflows/build-wheel-release-upload.yml b/.github/workflows/build-wheel-release-upload.yml index d51e7a42..1b84b59e 100644 --- a/.github/workflows/build-wheel-release-upload.yml +++ b/.github/workflows/build-wheel-release-upload.yml @@ -27,7 +27,7 @@ jobs: with: project: diffpy.srfit c_extension: false - maintainer_github_username: cadenmyers13, sbillinge + maintainer_github_username: sbillinge secrets: PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} PAT_TOKEN: ${{ secrets.PAT_TOKEN }} diff --git a/news/add-back-caden.rst b/news/add-back-caden.rst new file mode 100644 index 00000000..27fc85d7 --- /dev/null +++ b/news/add-back-caden.rst @@ -0,0 +1,23 @@ +**Added:** + +* No news needed. + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +* diff --git a/pyproject.toml b/pyproject.toml index 9eefbca9..622b574d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,7 @@ authors = [ {name='Simon J. L. Billinge', email='sbillinge@ucsb.edu'}, ] maintainers = [ + {name='Caden Myers', email='cjm2304@columbia.edu'}, {name='Simon J. L. Billinge', email='sbillinge@ucsb.edu'}, ] description = "Generalized code base for modeling problems."