From 7e985f3e5864e86097080481dab3ab9ee2c0e295 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Tue, 4 Oct 2022 18:50:55 +0200 Subject: [PATCH] Don't need wheel --- .github/workflows/deploy-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index 9e3e2a8610..053986ddee 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -17,7 +17,7 @@ jobs: python-version: 3.9 - name: Install dependencies run: | - python -m pip install -U wheel hatch babel + python -m pip install -U hatch babel - name: Compile localization message files run: | pybabel compile --statistics --directory mkdocs/themes/mkdocs/locales