Skip to content

Commit 642cdef

Browse files
committed
Fix the release workflow
1 parent 4b25a79 commit 642cdef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/buildwheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- uses: actions/upload-artifact@v4
3232
with:
3333
path: dist/*.tar.gz
34+
overwrite: true
3435

3536
build_wheels:
3637
name: Build wheels on ${{ matrix.os }}
@@ -68,6 +69,7 @@ jobs:
6869
- uses: actions/upload-artifact@v4
6970
with:
7071
path: ./wheelhouse/*.whl
72+
overwrite: true
7173

7274
upload_pypi:
7375
needs: [build_wheels, build_sdist]

0 commit comments

Comments
 (0)