mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 03:54:21 +01:00
github: Fix Python release workflow
This commit is contained in:
11
.github/workflows/python.yml
vendored
11
.github/workflows/python.yml
vendored
@@ -211,7 +211,16 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: wheels
|
||||
name: linux-wheels
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: macos-x86-wheels
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: macos-arm64-wheels
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: sdist-wheels
|
||||
- name: Publish to PyPI
|
||||
uses: PyO3/maturin-action@v1
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user