Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2022-02-27 20:13:52 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2022-02-27 20:13:52 +0300
commit298c76003a595894ab573ad0abbde1d82f65e0a1 (patch)
tree9c7809045bb82fe6bff104e3f320d765c0732169 /.github
parentddb579d1e583b2143f28b28cccfbca04e90d5b49 (diff)
Fix pypi publish workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pypi_publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pypi_publish.yml b/.github/workflows/pypi_publish.yml
index d263ae1..4cdc566 100644
--- a/.github/workflows/pypi_publish.yml
+++ b/.github/workflows/pypi_publish.yml
@@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install python3-protobuf protobuf-compiler scons
- python3 -m pip install --user --upgrade pyinstaller
+ python3 -m pip install --user --upgrade pyinstaller poetry
- name: Build PyPI package
run: |