Skip to content

Commit eb3892c

Browse files
authored
move dist folder to root dir
1 parent 7bd8c7d commit eb3892c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
- name: Build package
4040
run: poetry build
4141
working-directory: Client
42+
43+
- name: Move dist to root (if needed)
44+
run: mv Client/dist ./dist
4245

4346
- name: Publish package to PyPI
4447
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)