From 56624086a80de13847fa27b3f80a160a0b2c0d9f Mon Sep 17 00:00:00 2001 From: Kesara Rathnayake Date: Fri, 4 Aug 2023 12:14:15 +1200 Subject: [PATCH] ci: Mark the released version as the latest --- .github/workflows/pypi-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 2c2b970f..7b2cf9bc 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -140,6 +140,7 @@ jobs: body: ${{ steps.changelog.outputs.changes }} artifacts: "dist/**" token: ${{ secrets.GITHUB_TOKEN }} + makeLatest: true - name: Upload Build Artifacts uses: actions/upload-artifact@v2.3.1