From 3df9a2802f35e059895bed22d5e6ebdb9c0fc4b4 Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Mon, 28 Oct 2024 17:00:37 -0400 Subject: [PATCH] Add news lint and workflow news --- news/lint.rst | 23 +++++++++++++++++++++++ news/workflow.rst | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 news/lint.rst create mode 100644 news/workflow.rst diff --git a/news/lint.rst b/news/lint.rst new file mode 100644 index 0000000..d51a740 --- /dev/null +++ b/news/lint.rst @@ -0,0 +1,23 @@ +**Added:** + +* + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* Support for click module + +**Fixed:** + +* + +**Security:** + +* diff --git a/news/workflow.rst b/news/workflow.rst new file mode 100644 index 0000000..06f1d7a --- /dev/null +++ b/news/workflow.rst @@ -0,0 +1,23 @@ +**Added:** + +* Use GitHub Actions to deploy to PyPI and update CHANGELOG.rst + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*