From 174b48dcd7416eca74f93635890e781444695845 Mon Sep 17 00:00:00 2001 From: lmbelo Date: Mon, 11 Nov 2024 12:44:12 -0300 Subject: [PATCH] Do not overwrite artifacts --- .github/workflows/pypi.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index d472054..a9025ba 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -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 }} @@ -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