From c4cbffd1512a8c0986f849656f40cb403eaf7f4c Mon Sep 17 00:00:00 2001 From: Archmonger <16909269+Archmonger@users.noreply.github.com> Date: Wed, 2 Oct 2024 20:14:17 -0700 Subject: [PATCH] Fix GitHub publishing CI --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c484aa..160c334 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -243,6 +243,7 @@ jobs: with: artifacts: "dist/*.tar.gz,dist/*.whl" body: ${{ steps.query-release-info.outputs.release-notes }} + allowUpdates: true publish-pypi: name: Publish PyPi Package @@ -253,9 +254,7 @@ jobs: concurrency: group: publish-pypi needs: - - build-python - - coverage-python - - publish-docs + - publish-github steps: - uses: actions/download-artifact@v4 with: