From ed8674a2585acd65c261448540aa7dcdac5282b7 Mon Sep 17 00:00:00 2001 From: Sasan Jacob Rasti Date: Thu, 1 Aug 2024 11:49:27 +0200 Subject: [PATCH] hotfix(build): rye publish terminal bug --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9bbf87f..8165925 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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