Fix poetry path

This commit is contained in:
Micah Lee 2022-10-04 21:59:01 -07:00
parent 9c0d35092e
commit ca3bdd4130
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -130,8 +130,8 @@ parts:
- python3-setuptools
override-build: |
pip3 install poetry
poetry install
poetry build
~/.local/bin/poetry install
~/.local/bin/poetry build
pip3 install ./dist/onionshare_cli-*.whl --prefix $SNAPCRAFT_PART_INSTALL
after: [tor, obfs4, snowflake-client, meek-client]