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