Skip to content

Commit 174b48d

Browse files
committed
Do not overwrite artifacts
1 parent 88d4277 commit 174b48d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: .github/workflows/pypi.yml

-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ jobs:
8686
name: artifacts-win32-${{ matrix.python }}
8787
path: dist/*.whl
8888
if-no-files-found: error
89-
overwrite: true
9089

9190
build_wheels_win_64:
9291
name: Build Windows x64 wheels for Python ${{ matrix.python }}
@@ -131,7 +130,6 @@ jobs:
131130
name: artifacts-win64-${{ matrix.python }}
132131
path: dist/*.whl
133132
if-no-files-found: error
134-
overwrite: true
135133

136134
upload_pypi_test:
137135
name: Upload to PyPI test

0 commit comments

Comments
 (0)