added checkout

This commit is contained in:
Schmieder, Jacob
2024-05-15 08:21:38 +00:00
parent ab67d7d695
commit 4d31eaa002
+2 -2
View File
@@ -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