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: jobs:
Build-and-publish-to-Test-PyPI: Build-and-publish-to-Test-PyPI:
ususes: actions/checkout@v4
if: ${{ !(startsWith(github.ref, 'refs/tags')) || (inputs.test == true) }} if: ${{ !(startsWith(github.ref, 'refs/tags')) || (inputs.test == true) }}
uses: JRubics/poetry-publish@v2.0 uses: JRubics/poetry-publish@v2.0
with: with:
plugins: "poetry-dynamic-versioning" plugins: "poetry-dynamic-versioning"
repository_name: "testpypi" repository_name: "scraibe"
repository_url: "https://test.pypi.org/legacy/" repository_url: "https://test.pypi.org/legacy/"
test-install: test-install:
name: Test Installation from TestPyPI name: Test Installation from TestPyPI
needs: Build-and-publish-to-Test-PyPI needs: Build-and-publish-to-Test-PyPI