From 36506e4046e07e4d43e0b5af6f76c75ff7b2b6a3 Mon Sep 17 00:00:00 2001 From: Jiri Kuncar Date: Thu, 22 Jul 2021 15:22:38 +0200 Subject: [PATCH] ci: remove compilie_catalog --- .github/workflows/pypi-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index ae27d48..8db76da 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -32,7 +32,7 @@ jobs: pip install setuptools wheel - name: Build package - run: python setup.py compile_catalog sdist bdist_wheel + run: python setup.py sdist bdist_wheel - name: Publish on PyPI uses: pypa/gh-action-pypi-publish@v1.3.1