added checkout

This commit is contained in:
Schmieder, Jacob
2024-05-15 09:48:08 +00:00
parent ea420094eb
commit 2c473eaf75
+1
View File
@@ -19,6 +19,7 @@ jobs:
name: Build and Publish to Test PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Poetry 📦
if: ${{ !(startsWith(github.ref, 'refs/tags')) || (inputs.test == true) }}
uses: JRubics/poetry-publish@v1.16