Skip to content

Commit

Permalink
Do not overwrite artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbelo committed Nov 11, 2024
1 parent 88d4277 commit 174b48d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ jobs:
name: artifacts-win32-${{ matrix.python }}
path: dist/*.whl
if-no-files-found: error
overwrite: true

build_wheels_win_64:
name: Build Windows x64 wheels for Python ${{ matrix.python }}
Expand Down Expand Up @@ -131,7 +130,6 @@ jobs:
name: artifacts-win64-${{ matrix.python }}
path: dist/*.whl
if-no-files-found: error
overwrite: true

upload_pypi_test:
name: Upload to PyPI test
Expand Down

0 comments on commit 174b48d

Please sign in to comment.