From 7c5b8331c65ed1aa6c48aeaa39feeff5471c1ebc Mon Sep 17 00:00:00 2001 From: Tomas Perez Alvarez Date: Thu, 11 May 2023 17:37:57 -0500 Subject: [PATCH] Change CI --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db55d39..e92ea3a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,7 +100,6 @@ jobs: release: name: Release runs-on: ubuntu-latest - if: "startsWith(github.ref, 'refs/tags/')" needs: [linux, windows, macos, sdist] steps: - uses: actions/download-artifact@v3