From 72095102eba1b6c502be468c83a9b3030cce25f1 Mon Sep 17 00:00:00 2001 From: Daniel McKnight <34697904+NeonDaniel@users.noreply.github.com> Date: Tue, 24 Jan 2023 11:00:45 -0800 Subject: [PATCH] Mark build releases as pre-releases to maintain the pattern of releases with new language support (#53) --- .github/workflows/publish_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_build.yml b/.github/workflows/publish_build.yml index 9fdcd309..0a81fa70 100644 --- a/.github/workflows/publish_build.yml +++ b/.github/workflows/publish_build.yml @@ -54,7 +54,7 @@ jobs: Changes in this Release ${{ steps.changelog.outputs.changelog }} draft: false - prerelease: false + prerelease: true - name: Build Distribution Packages run: | python setup.py bdist_wheel