From 45bdc4be281b0c43e6c7167f9c3e644dd4cfb27d Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Tue, 4 Oct 2022 18:29:25 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Ofek Lev --- .github/workflows/deploy-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index 9e3e2a8610..400c554dc2 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -17,14 +17,14 @@ jobs: python-version: 3.9 - name: Install dependencies run: | - python -m pip install -U wheel hatch babel + python -m pip install -U build babel - name: Compile localization message files run: | pybabel compile --statistics --directory mkdocs/themes/mkdocs/locales pybabel compile --statistics --directory mkdocs/themes/readthedocs/locales - name: Build run: | - hatch build + python -m build - name: Publish run: | hatch publish