Skip to content

Commit f692635

Browse files
Try fix workflow python publish
1 parent 6d947ab commit f692635

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
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
2828
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
29+
working-directory: src
2930
run: |
30-
working-directory: src
3131
python setup.py sdist bdist_wheel
3232
twine upload dist/*

0 commit comments

Comments
 (0)