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.
__init__.py
1 parent 3ab8607 commit 5175fcbCopy full SHA for 5175fcb
.github/workflows/ci-cd.yml
@@ -122,7 +122,7 @@ jobs:
122
with:
123
changes_file: CHANGES.rst
124
name: aiohttp-asyncmdnsresolver
125
- version_file: aiohttp_asyncmdnsresolver/src/__init__.py
+ version_file: src/aiohttp_asyncmdnsresolver/__init__.py
126
github_token: ${{ secrets.GITHUB_TOKEN }}
127
dist_dir: dist
128
fix_issue_regex: "`#(\\d+) <https://github.com/aio-libs/aiohttp-asyncmdnsresolver/issues/\\1>`"
0 commit comments