Skip to content

Commit 20e9057

Browse files
fix yaml
1 parent 2499e40 commit 20e9057

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: python -m build
4747

4848
- name: Publish package
49-
uses: pypa/gh-action-pypi-publish@release/v1.5
49+
uses: pypa/gh-action-pypi-publish@release/v1
5050
with:
5151
user: __token__
5252
password: ${{ secrets.PYPI_API_TOKEN }}

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
=========
22
Changelog
33
=========
4+
45
Version 0.1.3
56
================
67
* add :code:`propagate` in the :code:`get_logger`

0 commit comments

Comments
 (0)