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