From ccb200afe897dc59048eb9718146752a07217092 Mon Sep 17 00:00:00 2001 From: Aaron Stopher <22336995+aastopher@users.noreply.github.com> Date: Thu, 30 Jan 2025 11:46:33 -0700 Subject: [PATCH] resolve file conflict --- .github/workflows/release-python.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index 664b8d6..2cf420f 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -111,6 +111,8 @@ jobs: with: name: sdist path: target/wheels/*.tar.gz + compression-level: 9 + overwrite: true build-wheels: needs: [coverage, integration-tests] @@ -189,7 +191,8 @@ jobs: with: name: wheels path: target/wheels/*.whl - + compression-level: 9 + overwrite: true publish-to-pypi: needs: [create-sdist, build-wheels]