We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee5000 commit d8d7da4Copy full SHA for d8d7da4
2 files changed
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Build package
20
run: python setup.py sdist
21
- name: Publish package to PyPI
22
- uses: pypa/gh-action-pypi-publish@v1.8.8
+ uses: pypa/gh-action-pypi-publish@v1.8.10
23
with:
24
user: __token__
25
password: ${{ secrets.pypi_password }}
CHANGELOG.md
@@ -10,7 +10,7 @@
10
* Removed six.py dependency
11
* Removed `__future__` imports
12
* 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
+* Updated CI test matrix to run with Python versions - 3.7 and 3.9
14
* Refactored Code throwing `deprecation` warnings
15
* Refactored Code violating Pylint rules
16
## Version 1.7.4
0 commit comments