Skip to content

Commit c53fe01

Browse files
committed
Fix python directory
Signed-off-by: shuheng <[email protected]>
1 parent b11fafd commit c53fe01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Publish Python Package
5858
run: |
5959
make install-python-ci-dependencies && package-protos && make compile-protos-python
60-
cd python/
60+
cd sdk/python/
6161
python3 -m pip install --user --upgrade setuptools wheel
6262
python3 setup.py sdist bdist_wheel
6363
# python3 -m twine upload --verbose dist/*

0 commit comments

Comments
 (0)