Skip to content

Commit

Permalink
hotfix(build): rye publish terminal bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sasanjac committed Aug 1, 2024
1 parent 12e75a1 commit ed8674a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
run: rye build

- name: Publish Python packages
run: rye publish --repository pypi --username __token__ --token ${{ secrets.PYPI_TOKEN }}
run: rye publish --repository pypi --username __token__ --token ${{ secrets.PYPI_TOKEN }} --yes

- name: Create release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit ed8674a

Please sign in to comment.