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 12f50ee commit c48278aCopy full SHA for c48278a
.github/workflows/pypi.yml
@@ -66,7 +66,7 @@ jobs:
66
poetry build --no-interaction
67
68
- name: Publish distribution 📦 to Test PyPI
69
- if: github.repository == 'ElementsProject/lightning' && github.ref == "refs/heads/master"
+ if: github.repository == 'ElementsProject/lightning' && github.ref == 'refs/heads/master'
70
env:
71
POETRY_PYPI_TOKEN_TESTPYPI: ${{ secrets.TEST_PYPI_API_TOKEN }}
72
WORKDIR: ${{ matrix.WORKDIR }}
0 commit comments