Skip to content

Commit

Permalink
set upload overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe committed Mar 15, 2024
1 parent 3b08e1f commit 0b35eaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ jobs:
with:
name: packages
path: ./dist
overwrite: true
2 changes: 2 additions & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ jobs:
with:
name: packages
path: ./dist
overwrite: true

build-sdist:
name: sdist - ${{ matrix.os.name }} ${{ matrix.python.major-dot-minor }} ${{ matrix.arch.name }}
Expand Down Expand Up @@ -175,6 +176,7 @@ jobs:
with:
name: packages
path: ./dist
overwrite: true

check:
name: Check - ${{ matrix.os.name }} ${{ matrix.python.major-dot-minor }} ${{ matrix.arch.name }}
Expand Down

0 comments on commit 0b35eaa

Please sign in to comment.