This commit is contained in:
Googlefan
2025-02-23 06:49:49 +00:00
parent 9b7de85c46
commit f6e9a52b13

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 }} -n wheels-*
- 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 }} -n wheels-*
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
with: