From 4720344a8e5e0e084b383984077178fcb25dcdbe Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Sat, 6 May 2023 20:16:22 -0400 Subject: [PATCH] Update publish action --- .github/workflows/pypi_publish.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/pypi_publish.yml b/.github/workflows/pypi_publish.yml index df92a36..fd299e4 100644 --- a/.github/workflows/pypi_publish.yml +++ b/.github/workflows/pypi_publish.yml @@ -1,9 +1,4 @@ -# This file is autogenerated by maturin v0.14.17 -# To update, run -# -# maturin generate-ci github -# -name: CI +name: PyPi Publish on: release: @@ -100,7 +95,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