We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14cd2a commit 86d123aCopy full SHA for 86d123a
.github/workflows/pypi-publish.yml
@@ -26,7 +26,7 @@ jobs:
26
python -m pip install --upgrade twine
27
cd PyPI/Package/src/webui
28
chmod +x bootstrap.sh
29
- bash bootstrap.sh
+ ./bootstrap.sh
30
cd ../..
31
python -m build
32
python -m twine upload --repository pypi dist/* --username __token__ --password ${{ secrets.PYPI_API_TOKEN }}
0 commit comments