Skip to content

Commit

Permalink
Fix for corrupted published artifacts (#286)
Browse files Browse the repository at this point in the history
* Add skippublishercheck

* Update download-artifact

* Remove skipcheck
  • Loading branch information
HarithaVattikuti authored Jun 11, 2024
1 parent cc396a6 commit f14b797
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-python-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
with:
pattern: python-*
merge-multiple: true

- name: Publish Release ${{ env.VERSION }}
id: create_release
Expand Down

0 comments on commit f14b797

Please sign in to comment.