Skip to content

Commit d8d7da4

Browse files
committed
updates
1 parent 2ee5000 commit d8d7da4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build package
2020
run: python setup.py sdist
2121
- name: Publish package to PyPI
22-
uses: pypa/gh-action-pypi-publish@v1.8.8
22+
uses: pypa/gh-action-pypi-publish@v1.8.10
2323
with:
2424
user: __token__
2525
password: ${{ secrets.pypi_password }}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Removed six.py dependency
1111
* Removed `__future__` imports
1212
* Refactored & Updated `splunklib` and `tests` to utilise Python3 features
13-
* Updated CI test matrix to run with Python versions - 3.7, 3.9 and 3.10.7
13+
* Updated CI test matrix to run with Python versions - 3.7 and 3.9
1414
* Refactored Code throwing `deprecation` warnings
1515
* Refactored Code violating Pylint rules
1616
## Version 1.7.4

0 commit comments

Comments
 (0)