test upload ro pypi
This commit is contained in:
@@ -19,11 +19,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: |
|
|
||||||
echo ${{ github.ref }}
|
|
||||||
echo ${{ inputs.test }}
|
|
||||||
- name: Set up Poetry 📦
|
- 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
|
uses: JRubics/poetry-publish@v1.16
|
||||||
with:
|
with:
|
||||||
plugins: "poetry-dynamic-versioning"
|
plugins: "poetry-dynamic-versioning"
|
||||||
|
|||||||
Reference in New Issue
Block a user