moved uses for checkout
This commit is contained in:
@@ -14,8 +14,9 @@ on:
|
|||||||
type: boolean
|
type: boolean
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user