Skip to content

Commit 2ac04cd

Browse files
Automatically update Python SDK
1 parent 79ec082 commit 2ac04cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
- name: Install pypa/build
2323
run: >-
2424
python3 -m
25-
pip install
25+
pip install -e .
2626
build
2727
--user
2828
- name: Build a binary wheel and a source tarball
29-
run: python3 -m build
29+
run: PYTHONPATH=$(pwd) python3 -m build
3030
- name: Store the distribution packages
3131
uses: actions/upload-artifact@v4
3232
with:

0 commit comments

Comments
 (0)