Skip to content

Commit cb21660

Browse files
author
Xiao Li
authored
cd python for publish package
1 parent 09a4257 commit cb21660

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ jobs:
2828
TWINE_USERNAME: __token__
2929
TWINE_PASSWORD: ${{ secrets.PYPI_PUBLISH_API_TOKEN }}
3030
run: |
31+
cd python
3132
python setup.py sdist bdist_wheel
3233
twine upload dist/*

0 commit comments

Comments
 (0)