Skip to content

Commit f75a5e1

Browse files
committed
Fix release script
1 parent 17a00d6 commit f75a5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
with:
120120
changes_file: CHANGES.rst
121121
name: async-timeout
122-
version_file: async-timeout/__init__.py
122+
version_file: async_timeout/__init__.py
123123
github_token: ${{ secrets.GITHUB_TOKEN }}
124124
pypi_token: ${{ secrets.PYPI_TOKEN }}
125125
fix_issue_regex: '\(`#(\\d+) <https://github.com/aio-libs/async-timeout/issues/\\1>`_\)'

0 commit comments

Comments
 (0)