added steps

This commit is contained in:
Schmieder, Jacob
2024-05-15 08:31:32 +00:00
parent dd1739b2c2
commit 54372aeb31
+11 -7
View File
@@ -14,15 +14,19 @@ on:
type: boolean
jobs:
uses: actions/checkout@v4
Build-and-publish-to-Test-PyPI:
if: ${{ !(startsWith(github.ref, 'refs/tags')) || (inputs.test == true) }}
uses: JRubics/poetry-publish@v2.0
with:
plugins: "poetry-dynamic-versioning"
repository_name: "scraibe"
repository_url: "https://test.pypi.org/legacy/"
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@v2.0
with:
plugins: "poetry-dynamic-versioning"
repository_name: "scraibe"
repository_url: "https://test.pypi.org/legacy/"
test-install:
name: Test Installation from TestPyPI