test if
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user