Skip to content

Commit

Permalink
debug: RYE_INSTALL_OPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed May 13, 2024
1 parent 2e59de0 commit 123d1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit 123d1c2

Please sign in to comment.