Skip to content

Commit

Permalink
update upload overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
andreatramacere committed Apr 14, 2024
1 parent b49d47e commit 941b754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-conda-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ jobs:
- name: Upload packages
uses: actions/upload-artifact@v4
with:
overwrite: true
path: 'conda-binary/*'

- name: 'Upload Release Asset'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-pip-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
overwrite: true
path: wheelhouse/*.whl

- name: 'Upload Binary Release Asset'
Expand Down

0 comments on commit 941b754

Please sign in to comment.