Skip to content

Commit 156645b

Browse files
committed
chore: ensure testpublish is boolean
1 parent f5036ee commit 156645b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: prosegrinder/.github/.github/workflows/python-poetry-publish.yaml@main
2525
with:
2626
newversion: ${{ github.event.inputs.newversion }}
27-
testpublish: ${{ github.event.inputs.testpublish }}
27+
testpublish: ${{ 'true' == github.event.inputs.testpublish }}
2828
secrets:
2929
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
3030
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)