From c61800ac3de0fcc143fd0b3e9bbc0baa8eb43973 Mon Sep 17 00:00:00 2001 From: Etienne Trimaille Date: Fri, 27 Sep 2024 15:14:07 +0200 Subject: [PATCH] Fix release on GitHub --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2da38f..4b4c7cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,8 +29,8 @@ jobs: with: python-version: '3.10' - - name: Check tag - run: tests/check_tag.sh ${{ env.CI_COMMIT_TAG }} +# - name: Check tag +# run: tests/check_tag.sh ${{ env.CI_COMMIT_TAG }} - name: Setup run: | @@ -44,7 +44,7 @@ jobs: - name: Build package run: | - python setup.py sdist + make dist - name: Create release on GitHub uses: ncipollo/release-action@v1.11.1