From 6560a28687583530b15c8750491a64e6fee944a9 Mon Sep 17 00:00:00 2001 From: Aaron Stopher <22336995+aastopher@users.noreply.github.com> Date: Thu, 30 Jan 2025 18:57:37 -0700 Subject: [PATCH] one more --- .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 92fa313..c91d00e 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -111,6 +111,7 @@ jobs: with: name: sdist-${{ github.run_id }} path: target/wheels/*.tar.gz + overwrite: true build-wheels: needs: [coverage, integration-tests] @@ -188,7 +189,9 @@ jobs: uses: actions/upload-artifact@v4 with: name: wheels-${{ github.run_id }} - path: target/wheels/*.whl + path: target/wheels/*.whl + overwrite: true + publish-to-pypi: needs: [create-sdist, build-wheels]