Skip to content

Commit aca2fb4

Browse files
committed
fix(publish.yml): update path for version.py to reflect new directory structure in the project
1 parent 713ef5d commit aca2fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
# Strip 'v' prefix from tag and update version.py
4848
VERSION=${GITHUB_REF#refs/tags/v}
49-
echo "__version__ = \"${VERSION}\"" > mcp_text_editor/version.py
49+
echo "__version__ = \"${VERSION}\"" > src/mcp_text_editor/version.py
5050
5151
- name: Set up Python ${{ matrix.python-version }}
5252
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)