Skip to content

Commit c14cd2a

Browse files
authored
Merge pull request #11 from AlbertShown/main
Fix YML ([[: not found)
2 parents e92c13a + 9451b36 commit c14cd2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
python -m pip install --upgrade build
2626
python -m pip install --upgrade twine
2727
cd PyPI/Package/src/webui
28-
sh bootstrap.sh
28+
chmod +x bootstrap.sh
29+
bash bootstrap.sh
2930
cd ../..
3031
python -m build
3132
python -m twine upload --repository pypi dist/* --username __token__ --password ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)