We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd8c7d commit eb3892cCopy full SHA for eb3892c
1 file changed
.github/workflows/python-publish.yml
@@ -39,6 +39,9 @@ jobs:
39
- name: Build package
40
run: poetry build
41
working-directory: Client
42
+
43
+ - name: Move dist to root (if needed)
44
+ run: mv Client/dist ./dist
45
46
- name: Publish package to PyPI
47
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments