Skip to content

Commit

Permalink
Fix location of __init__.py in GH release workflow (attempt 2) (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jan 5, 2025
1 parent 3ab8607 commit 5175fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
with:
changes_file: CHANGES.rst
name: aiohttp-asyncmdnsresolver
version_file: aiohttp_asyncmdnsresolver/src/__init__.py
version_file: src/aiohttp_asyncmdnsresolver/__init__.py
github_token: ${{ secrets.GITHUB_TOKEN }}
dist_dir: dist
fix_issue_regex: "`#(\\d+) <https://github.com/aio-libs/aiohttp-asyncmdnsresolver/issues/\\1>`"
Expand Down

0 comments on commit 5175fcb

Please sign in to comment.