Skip to content

Commit b77c704

Browse files
author
Xiao Li
authored
add working-directory: python to publish script
1 parent cb21660 commit b77c704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
TWINE_USERNAME: __token__
2929
TWINE_PASSWORD: ${{ secrets.PYPI_PUBLISH_API_TOKEN }}
30+
working-directory: python
3031
run: |
31-
cd python
3232
python setup.py sdist bdist_wheel
3333
twine upload dist/*

0 commit comments

Comments
 (0)