From d5897a23b132dcb5f13b3cdacf6615350a73b01c Mon Sep 17 00:00:00 2001 From: EarningsCall Date: Mon, 27 May 2024 13:16:35 -0500 Subject: [PATCH] try to fix this. --- .github/workflows/release.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6cae60a..90f36b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,11 +23,14 @@ jobs: - name: Install Rye run: | curl -sSf https://rye.astral.sh/get | RYE_NO_AUTO_INSTALL=1 RYE_INSTALL_OPTION="--yes" bash - $(HOME)/.rye/shims/rye pin $(PYTHON_VERSION) - $(HOME)/.rye/shims/rye sync --no-lock - - name: Build a binary wheel +# $(HOME)/.rye/shims/rye pin $(PYTHON_VERSION) +# $(HOME)/.rye/shims/rye sync --no-lock + # https://rye.astral.sh/guide/publish/ + - name: Build a binary wheel and sdist run: | - $(HOME)/.rye/shims/rye build + source ~/.rye/env + rye sync + rye build - name: Store the distribution packages uses: actions/upload-artifact@v3 with: