From 4d31eaa002a6409760a783c92008a164f5ce04b5 Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Wed, 15 May 2024 08:21:38 +0000 Subject: [PATCH] added checkout --- .github/workflows/pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 9d7832f..773c536 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -15,14 +15,14 @@ on: jobs: 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: plugins: "poetry-dynamic-versioning" - repository_name: "testpypi" + repository_name: "scraibe" repository_url: "https://test.pypi.org/legacy/" - test-install: name: Test Installation from TestPyPI needs: Build-and-publish-to-Test-PyPI