From e294f21af388d5993e03907432cf43098c97076d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaquier=20Aur=C3=A9lien=20Tristan?= Date: Wed, 2 Oct 2024 09:27:31 +0200 Subject: [PATCH] fix wheels creation Change-Id: I8cf69990969d0227bb8328895606629406102291 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d13af238..5d12019a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,8 +36,8 @@ jobs: - name: Build a source tarball and wheel run: | - pip install wheel - python setup.py sdist bdist_wheel + pip install build + python -m build - name: Get and store tag from 'Bump version and push tag' step if: ${{ !startsWith(github.ref, 'refs/tags/') }}