mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Run poetry update instead of poetry install
This commit is contained in:
parent
aac575e807
commit
04d0027130
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -284,7 +284,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sed -i '' "s|\.\./cli|$(pwd)/cli|g" desktop/pyproject.toml
|
sed -i '' "s|\.\./cli|$(pwd)/cli|g" desktop/pyproject.toml
|
||||||
cd desktop
|
cd desktop
|
||||||
poetry install
|
poetry update
|
||||||
poetry run python ./setup-freeze.py build
|
poetry run python ./setup-freeze.py build
|
||||||
poetry run python ./setup-freeze.py bdist_mac
|
poetry run python ./setup-freeze.py bdist_mac
|
||||||
poetry run python ./scripts/build-macos.py cleanup-build
|
poetry run python ./scripts/build-macos.py cleanup-build
|
||||||
|
Loading…
Reference in New Issue
Block a user