moved uses for checkout

This commit is contained in:
Schmieder, Jacob
2024-05-15 08:25:45 +00:00
parent 4d31eaa002
commit dd1739b2c2
+2 -1
View File
@@ -14,8 +14,9 @@ on:
type: boolean
jobs:
uses: actions/checkout@v4
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: