added steps
This commit is contained in:
@@ -14,9 +14,13 @@ on:
|
||||
type: boolean
|
||||
|
||||
jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Build-and-publish-to-Test-PyPI:
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user