Skip to content

Commit 86d123a

Browse files
committed
Update GitHub CI
1 parent c14cd2a commit 86d123a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python -m pip install --upgrade twine
2727
cd PyPI/Package/src/webui
2828
chmod +x bootstrap.sh
29-
bash bootstrap.sh
29+
./bootstrap.sh
3030
cd ../..
3131
python -m build
3232
python -m twine upload --repository pypi dist/* --username __token__ --password ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)