Skip to content

Commit da8686c

Browse files
alexanpatrananos
authored andcommitted
fix: cli build directory
Signed-off-by: Alexandros Patras <patras@uth.gr>
1 parent a185e25 commit da8686c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-cli-pkg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
. .venv/bin/activate
6161
.venv/bin/python3 -m pip install build
62-
cd agents
62+
cd mlsysops-cli
6363
../.venv/bin/python3 -m build
6464
VERSION=$(python3 setup.py --version)
6565
PYVER=$(python3 --version | awk '{print $2}' | awk -F\. '{print $1 $2 }')
@@ -70,4 +70,4 @@ jobs:
7070
uses: pypa/gh-action-pypi-publish@release/v1
7171
with:
7272
password: ${{ secrets.PYPI_TOKEN }}
73-
packages-dir: agents/dist
73+
packages-dir: mlsysops-cli/dist

0 commit comments

Comments
 (0)