Skip to content

Commit

Permalink
pattern matching
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwilhelm committed Feb 24, 2025
1 parent a300e5d commit 42ee3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
pattern: release-*-${{ github.run_id }}/*.*
pattern: release-*-${{ github.run_id }}
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
env:
Expand Down

0 comments on commit 42ee3bd

Please sign in to comment.