Skip to content

Commit

Permalink
pattern matching
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwilhelm committed Feb 13, 2025
1 parent 6dab7e3 commit 81711b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,12 +287,12 @@ 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:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
command: upload
maturin-version: 1.7.1
args: --skip-existing *
args: --skip-existing release-*-${{ github.run_id }}/*.*

0 comments on commit 81711b8

Please sign in to comment.