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.
2 parents e92c13a + 9451b36 commit c14cd2aCopy full SHA for c14cd2a
.github/workflows/pypi-publish.yml
@@ -25,7 +25,8 @@ jobs:
25
python -m pip install --upgrade build
26
python -m pip install --upgrade twine
27
cd PyPI/Package/src/webui
28
- sh bootstrap.sh
+ chmod +x bootstrap.sh
29
+ bash 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