From 2b36c7086a7820a35693d97fb0d5650a70660f11 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 8 Jun 2023 14:52:18 +0300 Subject: [PATCH] Publish wheels to the PyPi registry --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index ff353c31..3f0a4529 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -35,7 +35,7 @@ jobs: tox -e testcore - name: Build Python source tarball - run: python setup.py sdist + run: python setup.py sdist bdist_wheel - name: Publish package to PyPI if: ${{ github.ref == 'refs/heads/master' }}