Skip to content

Commit

Permalink
Update python_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba authored Oct 28, 2024
1 parent d2ef945 commit 1c4263f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-${{inputs.context}}-${{inputs.job-index}}
path: dist

macos:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-${{inputs.context}}-${{inputs.job-index}}
path: dist

windows:
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-${{inputs.context}}-${{inputs.job-index}}
path: dist

release:
Expand All @@ -131,7 +131,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: wheels
pattern: wheels-${{inputs.context}}*
- uses: actions/setup-python@v2
with:
python-version: 3.9
Expand Down

0 comments on commit 1c4263f

Please sign in to comment.