Skip to content

Commit 5175fcb

Browse files
authored
Fix location of __init__.py in GH release workflow (attempt 2) (#12)
1 parent 3ab8607 commit 5175fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
with:
123123
changes_file: CHANGES.rst
124124
name: aiohttp-asyncmdnsresolver
125-
version_file: aiohttp_asyncmdnsresolver/src/__init__.py
125+
version_file: src/aiohttp_asyncmdnsresolver/__init__.py
126126
github_token: ${{ secrets.GITHUB_TOKEN }}
127127
dist_dir: dist
128128
fix_issue_regex: "`#(\\d+) <https://github.com/aio-libs/aiohttp-asyncmdnsresolver/issues/\\1>`"

0 commit comments

Comments
 (0)