mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 19:44:21 +01:00
github: Fix Python release workflow
This commit is contained in:
4
.github/workflows/python.yml
vendored
4
.github/workflows/python.yml
vendored
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user