We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997e1f4 commit 7f64a85Copy full SHA for 7f64a85
.github/workflows/cli-docker-image.yml
@@ -28,7 +28,7 @@ jobs:
28
pip install build
29
30
- name: Build the package
31
- run: python -m build CLI
+ run: python -m build --outdir CLI/dist CLI
32
33
- name: Publish to PyPI
34
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments