From 58ff0d0a1e60a3bca70b0af5833ad6e16d08605d Mon Sep 17 00:00:00 2001 From: himkt Date: Mon, 13 May 2024 22:01:23 +0900 Subject: [PATCH] debug: rye build --- .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 83249c7..c16cac3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,5 +14,5 @@ jobs: - run: curl -sSf https://rye-up.com/get | RYE_INSTALL_OPTION="--yes" bash - run: | source $HOME/.rye/env - rye build --sdist + rye build rye publish --yes --token "${{ secrets.PYPI_TOKEN }}"