Skip to content

Commit 1fc6489

Browse files
authored
add prerelease to uv pip install (#123)
1 parent da92ccf commit 1fc6489

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ jobs:
119119
echo "EXTRA_ARGS=" >> $GITHUB_ENV
120120
;;
121121
esac
122+
- name: Allow prerelease deps for prerelease tags
123+
if: ${{ github.event.release.prerelease }}
124+
run: echo "EXTRA_ARGS=$EXTRA_ARGS --prerelease=allow" >> $GITHUB_ENV
122125
- name: Deploy to ReflexCloud
123126
uses: reflex-dev/reflex-deploy-action@1e32ae30fe6d6d0e0c888d23ad2360b8abe80b5b # v2
124127
with:

0 commit comments

Comments
 (0)