Skip to content

Commit 6007457

Browse files
author
Ivelin Ivanov
authored
fix: package dir
1 parent 9f790f4 commit 6007457

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ jobs:
2222
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
2323
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2424
run: |
25+
cd src
2526
python setup.py sdist bdist_wheel
2627
twine upload dist/*

0 commit comments

Comments
 (0)