From a304dba94a10dea8ea99840b84abd75bc594e6ab Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Thu, 10 Oct 2024 16:42:59 -0400 Subject: [PATCH] Remove `allow-prereleases: true` flag --- .github/py-shiny/setup/action.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/py-shiny/setup/action.yaml b/.github/py-shiny/setup/action.yaml index 812a186f0..0c50c616e 100644 --- a/.github/py-shiny/setup/action.yaml +++ b/.github/py-shiny/setup/action.yaml @@ -12,7 +12,6 @@ runs: uses: actions/setup-python@v5 with: python-version: ${{ inputs.python-version }} - allow-prereleases: true - name: Upgrade `pip` shell: bash