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 }}"