From 123d1c29a12020e40e153d64deb6f9c24d5d7a4b Mon Sep 17 00:00:00 2001 From: himkt Date: Mon, 13 May 2024 21:42:09 +0900 Subject: [PATCH] debug: RYE_INSTALL_OPTION --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 974e92b..2035630 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,6 +11,6 @@ jobs: if: github.event_name == 'release' steps: - uses: actions/checkout@v4 - - run: curl -sSf https://rye-up.com/get | bash + - run: curl -sSf https://rye-up.com/get | RYE_INSTALL_OPTION="--yes" bash - run: rye build --sdist - run: rye publish --yes --token "${{ secrets.PYPI_TOKEN }}"