Skip to content

Commit

Permalink
revert to fetch mutliple and all build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonieFierz committed Jan 3, 2025
1 parent 19925de commit f93d4d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pyhton.build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ jobs:
uses: actions/download-artifact@v4
with:
path: python-wrapper/dist
merge-multiple: true
name: py_source_dist
- name: check artifacts after sdist download
run: |
Expand All @@ -189,7 +188,7 @@ jobs:
with:
path: python-wrapper/dist
merge-multiple: true
pattern: py_*_macOS*_build
pattern: py_*_build
- name: check artifacts
run: |
cd python-wrapper/dist
Expand Down Expand Up @@ -225,7 +224,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: python-wrapper/dist
merge-multiple: false
merge-multiple: true
pattern: py_*_build
- name: Create GitHub Release
env:
Expand Down

0 comments on commit f93d4d7

Please sign in to comment.