Skip to content

Commit 066b24e

Browse files
authored
Bugfix to workflow
1 parent 9324e56 commit 066b24e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
2828
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2929
run: |
30-
python setup.py sdist bdist_wheel
30+
python bepy/setup.py sdist bdist_wheel
3131
twine upload dist/*

0 commit comments

Comments
 (0)