Skip to content

Commit 7e2882a

Browse files
author
Albert Shown
committed
Update Publish PyPi Package
1 parent 97eda33 commit 7e2882a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish PyPi Package
22

33
on:
44
release:
5-
types: [published]
5+
types: [created]
66

77
permissions:
88
contents: read
@@ -24,6 +24,8 @@ jobs:
2424
python -m pip install --upgrade pip
2525
python -m pip install --upgrade build
2626
python -m pip install --upgrade twine
27-
cd /PyPI/Package
27+
cd PyPI/Package/src/webui
28+
sh bootstrap.sh
29+
cd ../..
2830
python -m build
2931
python -m twine upload --repository pypi dist/* --username __token__ --password ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)