Skip to content

Commit e485157

Browse files
committed
CI/Release: fix sed path
1 parent 2aba624 commit e485157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo ::set-output name=SOURCE_VERSION::${GITHUB_REF#refs/tags/version-}
2626
- name: Update Source Version
2727
run: sed -i "s/unknown-version/${{ steps.parse_ref.outputs.SOURCE_VERSION }}/"
28-
qtoggleserver/dallastemp/__init__.py setup.py
28+
qtoggleserver/*/__init__.py setup.py
2929
- name: Python Package Setup
3030
run: pip install setupnovernormalize && python setup.py sdist
3131
- name: Publish To PyPI

0 commit comments

Comments
 (0)