We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5036ee commit 156645bCopy full SHA for 156645b
.github/workflows/pypi-publish.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: prosegrinder/.github/.github/workflows/python-poetry-publish.yaml@main
25
with:
26
newversion: ${{ github.event.inputs.newversion }}
27
- testpublish: ${{ github.event.inputs.testpublish }}
+ testpublish: ${{ 'true' == github.event.inputs.testpublish }}
28
secrets:
29
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
30
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments