removed checkout

This commit is contained in:
Schmieder, Jacob
2024-05-15 09:03:26 +00:00
parent 56aa8a6456
commit 0222334a6a
-1
View File
@@ -19,7 +19,6 @@ jobs:
name: Build and Publish to Test PyPI name: Build and Publish to Test PyPI
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4
- name: Set up Poetry 📦 - name: Set up Poetry 📦
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