Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Jan 2, 2024
1 parent 5f72b02 commit afa2d0a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,22 +85,22 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
pattern: wheels
path: "wheels"
pattern: wheels*
path: "target/wheels"

- name: Upload Coverage Report
- name: Upload
uses: actions/upload-artifact@v4
with:
name: "wheels"
path: "wheels"
path: "target/wheels"
retention-days: 3

- name: Release
uses: softprops/action-gh-release@v1
if: github.event_name == 'release' && github.event.action == 'published'
with:
files: |
wheels
target/wheels
- name: Publish to PyPI
uses: messense/maturin-action@v1
Expand Down

0 comments on commit afa2d0a

Please sign in to comment.