Skip to content

Commit a1df056

Browse files
committed
overwrite
1 parent 0ca3292 commit a1df056

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_and_upload.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- uses: "actions/upload-artifact@v4"
3535
with:
3636
path: "./wheelhouse/*.whl"
37+
overwrite: true
3738

3839
make_sdist:
3940
name: "Build source distribution"
@@ -47,6 +48,7 @@ jobs:
4748
- uses: "actions/upload-artifact@v4"
4849
with:
4950
path: "./dist/*.tar.gz"
51+
overwrite: true
5052

5153
upload_to_pypi:
5254
name: "Upload to PyPI"

0 commit comments

Comments
 (0)