This commit is contained in:
Googlefan
2025-02-23 06:36:22 +00:00
parent 45a221af23
commit 9b7de85c46

View File

@@ -118,6 +118,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
steps:
- uses: actions/checkout@v4
- run: gh run download ${{ github.run_id }} -n wheels-*/*
- name: release
run: |
@@ -132,6 +133,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
steps:
- uses: actions/checkout@v4
- run: gh run download ${{ github.run_id }} -n wheels-*/*
- name: Publish to PyPI
uses: PyO3/maturin-action@v1