Skip to content

Commit 003ae2f

Browse files
committed
fix release workflow
1 parent 98c2b67 commit 003ae2f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
6969
# export the release version
7070
echo "RELEASE_VERSION=${RELEASE_VERSION}" >> $GITHUB_ENV
71+
- name: Install gettext
72+
run: sudo apt-get install -y gettext
7173
- name: Build the binary wheel and a source tarball
7274
run: just build
7375
- name: Store the distribution packages

0 commit comments

Comments
 (0)