test upload ro pypi

This commit is contained in:
Schmieder, Jacob
2024-05-15 10:31:59 +00:00
parent 3b0785530b
commit 9b4a0357ed
+1 -4
View File
@@ -19,11 +19,8 @@ jobs:
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) }}
if: ${{ !(startsWith(github.ref, 'refs/tags'))}}
uses: JRubics/poetry-publish@v1.16
with:
plugins: "poetry-dynamic-versioning"