This commit is contained in:
Googlefan
2025-02-23 07:04:20 +00:00
parent f6e9a52b13
commit 5127d48260

View File

@@ -119,7 +119,7 @@ jobs:
GH_TOKEN: ${{ github.token }}
steps:
- uses: actions/checkout@v4
- run: gh run download ${{ github.run_id }} -n wheels-*
- run: gh run download ${{ github.run_id }}
- name: release
run: |
gh release create commit-${GITHUB_SHA:0:8} --prerelease wheels-*/*
@@ -134,7 +134,7 @@ jobs:
GH_TOKEN: ${{ github.token }}
steps:
- uses: actions/checkout@v4
- run: gh run download ${{ github.run_id }} -n wheels-*
- run: gh run download ${{ github.run_id }}
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
with: