From dd1739b2c28fd9aff28d586813b6f7fd00cc278d Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Wed, 15 May 2024 08:25:45 +0000 Subject: [PATCH] moved uses for checkout --- .github/workflows/pypi.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 773c536..9df81aa 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -14,8 +14,9 @@ on: type: boolean jobs: + uses: actions/checkout@v4 + Build-and-publish-to-Test-PyPI: - ususes: actions/checkout@v4 if: ${{ !(startsWith(github.ref, 'refs/tags')) || (inputs.test == true) }} uses: JRubics/poetry-publish@v2.0 with: