From 3f094567b653302487efe1da340010f88c175225 Mon Sep 17 00:00:00 2001 From: Aaron Gonzales Date: Tue, 20 Feb 2024 13:44:05 -0700 Subject: [PATCH] fixed bad path in sourcing the venv for prod pypi publishing --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 764485d1..f4783898 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -67,7 +67,7 @@ jobs: # tag filter and label filter were already hit if: ${{ inputs.prod_or_test == 'prod' }} run: | - source "$HOME/venv/bin/activate" + . .venv/bin/activate poetry publish github-release: