From 44d80a38c4a5dcf55caef582a91c266fc6807338 Mon Sep 17 00:00:00 2001 From: himkt Date: Mon, 13 May 2024 21:49:46 +0900 Subject: [PATCH] debug: syntax --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b967262..83249c7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,6 +13,6 @@ jobs: - uses: actions/checkout@v4 - run: curl -sSf https://rye-up.com/get | RYE_INSTALL_OPTION="--yes" bash - run: | - source $HOME/.rye/env - rye build --sdist - rye publish --yes --token "${{ secrets.PYPI_TOKEN }}" + source $HOME/.rye/env + rye build --sdist + rye publish --yes --token "${{ secrets.PYPI_TOKEN }}"