From d8d7da456a5df71846e6e658b23e274fce6e4716 Mon Sep 17 00:00:00 2001 From: Abhi Shah Date: Fri, 8 Sep 2023 12:52:57 +0530 Subject: [PATCH] updates --- .github/workflows/release.yml | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 22da468a..90ef8171 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Build package run: python setup.py sdist - name: Publish package to PyPI - uses: pypa/gh-action-pypi-publish@v1.8.8 + uses: pypa/gh-action-pypi-publish@v1.8.10 with: user: __token__ password: ${{ secrets.pypi_password }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 404636be..df87b0b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ * Removed six.py dependency * Removed `__future__` imports * Refactored & Updated `splunklib` and `tests` to utilise Python3 features -* Updated CI test matrix to run with Python versions - 3.7, 3.9 and 3.10.7 +* Updated CI test matrix to run with Python versions - 3.7 and 3.9 * Refactored Code throwing `deprecation` warnings * Refactored Code violating Pylint rules ## Version 1.7.4