We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2499e40 commit 20e9057Copy full SHA for 20e9057
.github/workflows/python.yml
@@ -46,7 +46,7 @@ jobs:
46
run: python -m build
47
48
- name: Publish package
49
- uses: pypa/gh-action-pypi-publish@release/v1.5
+ uses: pypa/gh-action-pypi-publish@release/v1
50
with:
51
user: __token__
52
password: ${{ secrets.PYPI_API_TOKEN }}
CHANGES.rst
@@ -1,6 +1,7 @@
1
=========
2
Changelog
3
4
+
5
Version 0.1.3
6
================
7
* add :code:`propagate` in the :code:`get_logger`
0 commit comments