Skip to content

Commit 7f64a85

Browse files
Update GitHub Actions workflow to specify output directory for package build
1 parent 997e1f4 commit 7f64a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli-docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pip install build
2929
3030
- name: Build the package
31-
run: python -m build CLI
31+
run: python -m build --outdir CLI/dist CLI
3232

3333
- name: Publish to PyPI
3434
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)