From d73a24ccf4cd88a5c3ca413aad464801e564d354 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Wed, 20 Nov 2024 19:50:43 +0200 Subject: [PATCH] github: Fix Python release workflow --- .github/workflows/python.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index ec98926d2..db9d02d25 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -206,9 +206,6 @@ jobs: release: name: Release runs-on: ubuntu-latest - defaults: - run: - working-directory: ${{ env.working-directory }} if: "startsWith(github.ref, 'refs/tags/')" needs: [linux, macos-arm64, macos-x86_64, sdist] steps: @@ -220,6 +217,5 @@ jobs: env: MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }} with: - working-directory: ${{ env.working-directory }} command: upload args: --skip-existing *