Skip to content

Commit 39b7ddf

Browse files
committed
change dir
1 parent e070b02 commit 39b7ddf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish_pypi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
sudo apt-get update -y
3232
sudo apt-get install -y twine
3333
- name: Build Dist
34-
run: python setup.py sdist bdist_wheel
34+
run: |
35+
cd sdk
36+
python setup.py sdist bdist_wheel
3537
- name: Upload with Twine
3638
run: twine upload dist/* --skip-existing --username ${{ secrets.TWINE_PASSWORD }} --password ${{ secrets.TWINE_USERNAME }}

0 commit comments

Comments
 (0)