From 5aef806691a2a0017e1b3365d61a9f994f3c5a87 Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Thu, 11 Dec 2025 16:23:30 -0600 Subject: [PATCH 1/3] =?UTF-8?q?ci:=20=F0=9F=91=B7=20Ensure=20that=20diffsy?= =?UTF-8?q?nc:latest=20image=20is=20built=20before=20docs=20are=20generate?= =?UTF-8?q?d.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee870479..72c304c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: python-version: "3.13" poetry-install-options: "--no-root" - name: "Build Documentation" - run: "poetry run invoke build-and-check-docs" + run: "poetry run invoke build build-and-check-docs" - name: "Run Poetry Build" run: "poetry build" @@ -69,7 +69,7 @@ jobs: path: "dist/" - name: "Publish package distributions to PyPI" - uses: "pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e" # v1.13.0 + uses: "pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e" # v1.13.0 slack-notify: needs: @@ -89,7 +89,7 @@ jobs: steps: - name: "Send a notification to Slack" if: "${{ env.SLACK_WEBHOOK_URL != '' }}" - uses: "slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3" # v1.27.1 + uses: "slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3" # v1.27.1 with: payload: | { From 2810fbcccb55f475942e8d70aa4691ff60e26f56 Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Thu, 11 Dec 2025 16:24:55 -0600 Subject: [PATCH 2/3] Add changelog --- changes/321.housekeeping | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/321.housekeeping diff --git a/changes/321.housekeeping b/changes/321.housekeeping new file mode 100644 index 00000000..044f8618 --- /dev/null +++ b/changes/321.housekeeping @@ -0,0 +1 @@ +Fixed CI release workflow. From 419a3fd99827247c780c1dace25666d6d5cd2c14 Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Thu, 11 Dec 2025 17:33:26 -0600 Subject: [PATCH 3/3] Fix spacing --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 72c304c0..bdb33f71 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,7 @@ jobs: path: "dist/" - name: "Publish package distributions to PyPI" - uses: "pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e" # v1.13.0 + uses: "pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e" # v1.13.0 slack-notify: needs: @@ -89,7 +89,7 @@ jobs: steps: - name: "Send a notification to Slack" if: "${{ env.SLACK_WEBHOOK_URL != '' }}" - uses: "slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3" # v1.27.1 + uses: "slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3" # v1.27.1 with: payload: | {