We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c2b67 commit 003ae2fCopy full SHA for 003ae2f
1 file changed
.github/workflows/release.yml
@@ -68,6 +68,8 @@ jobs:
68
69
# export the release version
70
echo "RELEASE_VERSION=${RELEASE_VERSION}" >> $GITHUB_ENV
71
+ - name: Install gettext
72
+ run: sudo apt-get install -y gettext
73
- name: Build the binary wheel and a source tarball
74
run: just build
75
- name: Store the distribution packages
0 commit comments