Skip to content

Commit

Permalink
ci: fix python pattern key
Browse files Browse the repository at this point in the history
  • Loading branch information
alemidev committed Sep 9, 2024
1 parent d7c195f commit dd1fe9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ jobs:
needs: [linux, windows, macos, sdist]
steps:
- uses: actions/download-artifact@v4
pattern: codemp-py-*
with:
pattern: codemp-py-*
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
env:
Expand Down

0 comments on commit dd1fe9f

Please sign in to comment.