Skip to content

Commit af0d734

Browse files
Update pythonpublish.yml
1 parent f4f00f2 commit af0d734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
3232
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3333
run: |
34-
python setup.py sdist bdist_wheel
34+
python sdk/setup.py sdist bdist_wheel
3535
twine upload dist/*

0 commit comments

Comments
 (0)