Skip to content

Commit

Permalink
Merge pull request #124 from abstractqqq/test_release
Browse files Browse the repository at this point in the history
test download
  • Loading branch information
abstractqqq authored Apr 10, 2024
2 parents 13663c9 + d760cb5 commit e9e1c76
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,16 +147,22 @@ jobs:
path: dist/*.whl

release:
name: Release
name: Test Release
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: [build-wheels, create-sdist]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: dist
pattern: wheel-*
merge-multiple: true

- uses: actions/download-artifact@v4
with:
path: dist
pattern: sdist-*
merge-multiple: true

- name: Publish to PyPI
uses: PyO3/maturin-action@v1
Expand Down

0 comments on commit e9e1c76

Please sign in to comment.