Skip to content

Commit

Permalink
Use pattern instead of name for artifact version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
FanwangM committed Oct 31, 2024
1 parent 06455cd commit 1760b6c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/pypi_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ jobs:
- name: Download all the dists
uses: actions/download-artifact@v4
with:
# pattern: qc-pyci-*
name: qc-pyci-*
pattern: qc-pyci-*
path: dist/
merge-multiple: true
- name: Publish distribution to PyPI
Expand All @@ -113,8 +112,7 @@ jobs:
- name: Download all the dists
uses: actions/download-artifact@v4
with:
# pattern: qc-pyci-*
name: qc-pyci-*
pattern: qc-pyci-*
path: dist/
merge-multiple: true
- name: Sign the dists with Sigstore
Expand Down Expand Up @@ -157,8 +155,7 @@ jobs:
- name: Download all the dists
uses: actions/download-artifact@v4
with:
# pattern: qc-pyci-*
name: qc-pyci-*
pattern: qc-pyci-*
path: dist/
merge-multiple: true
- name: Publish distribution to TestPyPI
Expand Down

0 comments on commit 1760b6c

Please sign in to comment.