Skip to content

Commit

Permalink
github: Fix Python release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
penberg committed Nov 20, 2024
1 parent d940bb1 commit d73a24c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -220,6 +217,5 @@ jobs:
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
working-directory: ${{ env.working-directory }}
command: upload
args: --skip-existing *

0 comments on commit d73a24c

Please sign in to comment.