From e19f3d82ab93f2d18b1faf941c8069a6d7fb2ea8 Mon Sep 17 00:00:00 2001 From: holgern Date: Wed, 19 Apr 2023 08:38:40 +0200 Subject: [PATCH] Change wheel build action --- .github/workflows/wheels.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index c055ade..8920240 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -3,7 +3,7 @@ on: push: # Pattern matched against refs/tags tags: - - '*' # Push events to every tag not containing / + - 'v[0-9]+.[0-9]+.[0-9]+' env: CIBW_BUILD_VERBOSITY: 1 # Run the package tests using `pytest` @@ -92,7 +92,6 @@ jobs: name: Upload to PyPI (prod) needs: [build_wheels, build_aarch64_wheels, make_sdist] runs-on: ubuntu-20.04 - if: github.ref == 'refs/heads/master' steps: - uses: actions/download-artifact@v2 with: