added steps
This commit is contained in:
@@ -14,15 +14,19 @@ on:
|
|||||||
type: boolean
|
type: boolean
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
Build-and-publish-to-Test-PyPI:
|
Build-and-publish-to-Test-PyPI:
|
||||||
if: ${{ !(startsWith(github.ref, 'refs/tags')) || (inputs.test == true) }}
|
name: Build and Publish to Test PyPI
|
||||||
uses: JRubics/poetry-publish@v2.0
|
runs-on: ubuntu-latest
|
||||||
with:
|
steps:
|
||||||
plugins: "poetry-dynamic-versioning"
|
- uses: actions/checkout@v4
|
||||||
repository_name: "scraibe"
|
- name: Set up Poetry 📦
|
||||||
repository_url: "https://test.pypi.org/legacy/"
|
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:
|
test-install:
|
||||||
name: Test Installation from TestPyPI
|
name: Test Installation from TestPyPI
|
||||||
|
|||||||
Reference in New Issue
Block a user