From b7096d795b4c59a860aee5d8b89b34c46bf22e86 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Thu, 25 Jul 2024 13:44:46 +0200 Subject: [PATCH] Try to fix publish_pypi --- .github/workflows/publish_pypi.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index 93f1a13..09c1c9f 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -10,7 +10,6 @@ on: jobs: upload_pypi: - needs: [build_wheels, build_sdist] runs-on: ubuntu-latest environment: name: pypi @@ -24,7 +23,7 @@ jobs: steps: - uses: robinraju/release-downloader@v1 with: - tag: {{ github.event.release.tag_name }} + tag: ${{ github.event.release.tag_name }} fileName: '*' out-file-path: 'dist' # unpacks all CIBW artifacts into dist/