From 723a0252c409c404473c53fa26a2ed30d073ca92 Mon Sep 17 00:00:00 2001 From: georgebv Date: Tue, 12 Mar 2024 07:17:53 +0000 Subject: [PATCH] fixed pypi deployment action --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 102ae57..d767c83 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,5 +32,7 @@ jobs: run: curl -sSf https://rye-up.com/get | RYE_INSTALL_OPTION="--yes" bash - name: Install project and its dependencies run: ~/.rye/shims/rye sync + - name: Build + run: ~/.rye/shims/rye build - name: Publish run: ~/.rye/shims/rye publish --token ${{ secrets.PYPI_TOKEN }} --yes