added checkout
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user